aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2007-09-07 20:28:25 +0000
committerPaul Fox <pgf@brightstareng.com>2007-09-07 20:28:25 +0000
commit9382b3809b3f6bea8dec6483ff66d7c2b21abd94 (patch)
tree847c8612d6a289c5f76e3291e9c3edb03cd7c592 /include
parentc8d4d2f11d106f509a347787e223d863e8faa235 (diff)
downloadbusybox-w32-9382b3809b3f6bea8dec6483ff66d7c2b21abd94.tar.gz
busybox-w32-9382b3809b3f6bea8dec6483ff66d7c2b21abd94.tar.bz2
busybox-w32-9382b3809b3f6bea8dec6483ff66d7c2b21abd94.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index d62795f3d..c5ed55881 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3763,7 +3763,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3763#define unzip_full_usage \ 3763#define unzip_full_usage \
3764 "Extract files from ZIP archives" \ 3764 "Extract files from ZIP archives" \
3765 "\n\nOptions:\n" \ 3765 "\n\nOptions:\n" \
3766 " -l List archive contents (short form)\n" \ 3766 " -l List archive contents (with -q for short form)\n" \
3767 " -n Never overwrite existing files (default)\n" \ 3767 " -n Never overwrite existing files (default)\n" \
3768 " -o Overwrite files without prompting\n" \ 3768 " -o Overwrite files without prompting\n" \
3769 " -p Send output to stdout\n" \ 3769 " -p Send output to stdout\n" \