overload the existing '-q' flag so that if '-l' and '-q' are used

together, a "short form" listing (just pathnames) is generated.
change a few flag variables to "smallint" as well.
This commit is contained in:
Paul Fox
2007-09-07 20:28:25 +00:00
parent c8d4d2f11d
commit 9382b3809b
2 changed files with 20 additions and 12 deletions

View File

@ -3763,7 +3763,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
#define unzip_full_usage \
"Extract files from ZIP archives" \
"\n\nOptions:\n" \
" -l List archive contents (short form)\n" \
" -l List archive contents (with -q for short form)\n" \
" -n Never overwrite existing files (default)\n" \
" -o Overwrite files without prompting\n" \
" -p Send output to stdout\n" \