]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
q3map2/help: remove typo
authorThomas Debesse <dev@illwieckz.net>
Mon, 3 May 2021 04:57:23 +0000 (06:57 +0200)
committerThomas Debesse <dev@illwieckz.net>
Mon, 3 May 2021 06:16:22 +0000 (08:16 +0200)
tools/quake3/q3map2/help.c

index 56916b63741d5ef64853d54e8e43927882d994ca..9afb60d349bb9a15c735ac654f7affd7ed60a749 100644 (file)
@@ -333,7 +333,7 @@ void HelpConvert()
 void HelpExport()
 {
        struct HelpOption exportl[] = {
-               {"-export <filename.bsp>", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga` ff"}
+               {"-export <filename.bsp>", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga`"}
        };
 
        HelpOptions("Exporting lightmaps", 0, terminalColumns, exportl, sizeof(exportl)/sizeof(struct HelpOption));