diff options
author | Eugene Rudoy <gene.devel@gmail.com> | 2017-11-07 08:03:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-11-09 12:47:56 +0100 |
commit | 978810d7ac1d64a725bbe91f3604dcebbcb27362 (patch) | |
tree | c9e515ea871f367e3a80e1928077ca8307720f9a | |
parent | c6f213ade49a8591a2f6c815a73aed3babe0f566 (diff) | |
download | busybox-w32-978810d7ac1d64a725bbe91f3604dcebbcb27362.tar.gz busybox-w32-978810d7ac1d64a725bbe91f3604dcebbcb27362.tar.bz2 busybox-w32-978810d7ac1d64a725bbe91f3604dcebbcb27362.zip |
unzip: add missing -j to trivial usage
Signed-off-by: Eugene Rudoy <gene.devel@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 1ef4406d6..653fdd10f 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -56,7 +56,7 @@ | |||
56 | //kbuild:lib-$(CONFIG_UNZIP) += unzip.o | 56 | //kbuild:lib-$(CONFIG_UNZIP) += unzip.o |
57 | 57 | ||
58 | //usage:#define unzip_trivial_usage | 58 | //usage:#define unzip_trivial_usage |
59 | //usage: "[-lnopq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]" | 59 | //usage: "[-lnojpq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]" |
60 | //usage:#define unzip_full_usage "\n\n" | 60 | //usage:#define unzip_full_usage "\n\n" |
61 | //usage: "Extract FILEs from ZIP archive\n" | 61 | //usage: "Extract FILEs from ZIP archive\n" |
62 | //usage: "\n -l List contents (with -q for short form)" | 62 | //usage: "\n -l List contents (with -q for short form)" |