mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
-f and -F were reversed in the usage.
This commit is contained in:
parent
fed82466cc
commit
25c36a51a8
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ usage (int status)
|
|||
printf ("Usage: %s [options] [files]\n", "qfprogs");
|
||||
printf (
|
||||
" -d, --disassemble Dump code disassembly.\n"
|
||||
" -F, --fields Dump entity fields.\n"
|
||||
" -f, --functions Dump functions.\n"
|
||||
" -f, --fields Dump entity fields.\n"
|
||||
" -F, --functions Dump functions.\n"
|
||||
" -g, --globals Dump global variables.\n"
|
||||
" -h, --help Display this help and exit\n"
|
||||
" -l, --lines Dump line number information.\n"
|
||||
|
|
Loading…
Reference in a new issue