[PATCH 2/3] unzip: add missing -j to trivial usage

Eugene Rudoy gene.devel at gmail.com
Tue Nov 7 07:03:37 UTC 2017


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

diff --git a/archival/unzip.c b/archival/unzip.c
index 83bd00c4e..50205eb6e 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)"
--
2.15.0


More information about the busybox mailing list