From: Eugene Rudoy Date: Tue, 7 Nov 2017 07:03:37 +0000 (+0100) Subject: unzip: add missing -j to trivial usage X-Git-Tag: 1_28_0~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=978810d7ac1d64a725bbe91f3604dcebbcb27362;p=oweals%2Fbusybox.git unzip: add missing -j to trivial usage Signed-off-by: Eugene Rudoy Signed-off-by: Denys Vlasenko --- 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 @@ //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)"