]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/convert_bsp.c
q3map2: fix not displaying default args for some q3map2 stages
[xonotic/netradiant.git] / tools / quake3 / q3map2 / convert_bsp.c
index 9db3260954f45cdaf5950eca08fb53ef6c67b533..87579d26e32561f28c2512ba66d242fef3ebe113 100644 (file)
@@ -151,7 +151,7 @@ int ConvertBSPMain( int argc, char **argv ){
        force_map = qfalse;
 
        /* arg checking */
-       if ( argc < 1 ) {
+       if ( argc < 2 ) {
                Sys_Printf( "Usage: q3map -convert [-format <ase|obj|map_bp|map>] [-shadersasbitmap|-lightmapsastexcoord|-deluxemapsastexcoord] [-readbsp|-readmap [-meta|-patchmeta]] [-v] <mapname>\n" );
                return 0;
        }