aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-06-14 21:45:55 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-06-14 21:45:55 +0000
commit78cdd3dbb4a0ccdf2df0d6ab070be1f00bf3955b (patch)
treee06e291960cdc12487c8bb31fcb9e533f80dc838 /code/tools
parentc8b7ec2dd66ed0a5fc29d4277f7e63a807012b88 (diff)
downloadioquake3-aero-78cdd3dbb4a0ccdf2df0d6ab070be1f00bf3955b.tar.gz
ioquake3-aero-78cdd3dbb4a0ccdf2df0d6ab070be1f00bf3955b.zip
This patch from Monk fixes the q3asm help screen
Bugzilla bug 3986 http://bugzilla.icculus.org/show_bug.cgi?id=3986 git-svn-id: svn://svn.icculus.org/quake3/trunk@1574 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/tools')
-rw-r--r--code/tools/asm/q3asm.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/code/tools/asm/q3asm.c b/code/tools/asm/q3asm.c
index 8b2e183..fdf7afc 100644
--- a/code/tools/asm/q3asm.c
+++ b/code/tools/asm/q3asm.c
@@ -1520,12 +1520,13 @@ static void ShowHelp( char *argv0 ) {
Error("Usage: %s [OPTION]... [FILES]...\n\
Assemble LCC bytecode assembly to Q3VM bytecode.\n\
\n\
- -o OUTPUT Write assembled output to file OUTPUT.qvm\n\
- -f LISTFILE Read options and list of files to assemble from LISTFILE.q3asm\n\
- -b BUCKETS Set symbol hash table to BUCKETS buckets\n\
- -v Verbose compilation report\n\
- -vq3 Produce a qvm file compatible with Q3 1.32b\n\
- -h --help -? Show this help\n\
+ -o OUTPUT Write assembled output to file OUTPUT.qvm\n\
+ -f LISTFILE Read options and list of files to assemble from LISTFILE.q3asm\n\
+ -b BUCKETS Set symbol hash table to BUCKETS buckets\n\
+ -m Generate a mapfile for each OUTPUT.qvm\n\
+ -v Verbose compilation report\n\
+ -vq3 Produce a qvm file compatible with Q3 1.32b\n\
+ -h --help -? Show this help\n\
", argv0);
}