From b20c63153aadbe9e50e22e1f742bc6504d9dfe56 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 28 Dec 2010 13:50:14 +0100 Subject: [PATCH] better help for -convert --- tools/quake3/q3map2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/main.c b/tools/quake3/q3map2/main.c index d474b54..63e6369 100644 --- a/tools/quake3/q3map2/main.c +++ b/tools/quake3/q3map2/main.c @@ -1550,7 +1550,7 @@ int ConvertBSPMain( int argc, char **argv ) /* arg checking */ if( argc < 1 ) { - Sys_Printf( "Usage: q3map -scale [-v] \n" ); + Sys_Printf( "Usage: q3map -convert -format [-shadesasbitmap|-lightmapsastexcoord|-deluxemapsastexcoord] [-readbsp|-readmap [-meta|-patchmeta]] \n" ); return 0; } -- 2.39.2