From: Thomas Debesse Date: Mon, 3 May 2021 04:57:23 +0000 (+0200) Subject: q3map2/help: remove typo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1860b17524615ad56c425604fd7b5eda4652e7ea;p=xonotic%2Fnetradiant.git q3map2/help: remove typo --- diff --git a/tools/quake3/q3map2/help.c b/tools/quake3/q3map2/help.c index 56916b63..9afb60d3 100644 --- a/tools/quake3/q3map2/help.c +++ b/tools/quake3/q3map2/help.c @@ -333,7 +333,7 @@ void HelpConvert() void HelpExport() { struct HelpOption exportl[] = { - {"-export ", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga` ff"} + {"-export ", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga`"} }; HelpOptions("Exporting lightmaps", 0, terminalColumns, exportl, sizeof(exportl)/sizeof(struct HelpOption));