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

Denys Vlasenko vda.linux at googlemail.com
Thu Nov 9 11:49:00 UTC 2017


Applied, thanks

On Tue, Nov 7, 2017 at 8:03 AM, Eugene Rudoy <gene.devel at gmail.com> wrote:
> 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
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list