-f and -F were reversed in the usage.

This commit is contained in:
Bill Currie 2011-01-06 18:48:54 +09:00
parent fed82466cc
commit 25c36a51a8
1 changed files with 2 additions and 2 deletions

View File

@ -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"