[git commit] unzip: add missing -j to trivial usage

Denys Vlasenko vda.linux at googlemail.com
Thu Nov 9 11:47:56 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=978810d7ac1d64a725bbe91f3604dcebbcb27362
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Eugene Rudoy <gene.devel at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/unzip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archival/unzip.c b/archival/unzip.c
index 1ef4406..653fdd1 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -56,7 +56,7 @@
 //kbuild:lib-$(CONFIG_UNZIP) += unzip.o
 
 //usage:#define unzip_trivial_usage
-//usage:       "[-lnopq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]"
+//usage:       "[-lnojpq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]"
 //usage:#define unzip_full_usage "\n\n"
 //usage:       "Extract FILEs from ZIP archive\n"
 //usage:     "\n	-l	List contents (with -q for short form)"


More information about the busybox-cvs mailing list