]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/help.c
q3map2: make Smokin'Guns code not requiring a rebuild
[xonotic/netradiant.git] / tools / quake3 / q3map2 / help.c
index e253720c82b56d3cdbbbdb5b8d5508e86ca216c7..104213b2724062f39389878b2e37dab4bcf83032 100644 (file)
@@ -363,7 +363,8 @@ void HelpCommon()
                {"-game <gamename>", "Load settings for the given game (default: quake3)"},
                {"-subdivisions <F>", "multiplier for patch subdivisions quality"},
                {"-threads <N>", "number of threads to use"},
-               {"-v", "Verbose mode"}
+               {"-v", "Verbose mode"},
+               {"-werror", "Make all warnings into errors"}
        };
 
        HelpOptions("Common Options", 0, 80, common, sizeof(common)/sizeof(struct HelpOption));