]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
Merge commit 'ddee6cbe7c5fcbba52e7881a411f310809b867f9' into master-merge
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index 557cf5d65dacdd15e1a5542c7c46a0374551fbe3..0c8799e8162c4b582082ffdfbbcdeef7e2987ef5 100644 (file)
@@ -2211,7 +2211,7 @@ int main( int argc, char **argv ){
 
        /* check if we have enough options left to attempt something */
        if ( argc < 2 ) {
-               Error( "Usage: %s [general options] [options] mapfile", argv[ 0 ] );
+               Error( "Usage: %s [general options] [options] mapfile\n%s -help for help", argv[ 0 ] , argv[ 0 ] );
        }
 
        /* fixaas */