unzip: add missing -j to trivial usage
authorEugene Rudoy <gene.devel@gmail.com>
Tue, 7 Nov 2017 07:03:37 +0000 (08:03 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 9 Nov 2017 11:47:56 +0000 (12:47 +0100)
Signed-off-by: Eugene Rudoy <gene.devel@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/unzip.c

index 1ef4406d61f86e74e5e910bd08e70117ea77926e..653fdd10f9a7c9dc9c0d71d6136759cbe40ace53 100644 (file)
@@ -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)"