]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
better help for -convert
authorRudolf Polzer <divverent@alientrap.org>
Tue, 28 Dec 2010 12:50:14 +0000 (13:50 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 28 Dec 2010 12:50:14 +0000 (13:50 +0100)
tools/quake3/q3map2/main.c

index d474b549197899cffb57a077991ae114a68aa7d9..63e6369764dd7d28af494d7e178126d70062c2a0 100644 (file)
@@ -1550,7 +1550,7 @@ int ConvertBSPMain( int argc, char **argv )
        /* arg checking */
        if( argc < 1 )
        {
-               Sys_Printf( "Usage: q3map -scale <value> [-v] <mapname>\n" );
+               Sys_Printf( "Usage: q3map -convert -format <ase|obj|map_bp|map> [-shadesasbitmap|-lightmapsastexcoord|-deluxemapsastexcoord] [-readbsp|-readmap [-meta|-patchmeta]] <mapname>\n" );
                return 0;
        }