From cddc98eab7d770427941db4abae2da4ae68f1e68 Mon Sep 17 00:00:00 2001 From: Aaro Koskinen Date: Mon, 26 Oct 2015 23:42:33 +0200 Subject: gzip: add support for --no-name long option Add support for --no-name long option. Just silently ignore it like the short -n option. This allows to use busybox gzip with Lynx browser. Signed-off-by: Aaro Koskinen Signed-off-by: Denys Vlasenko --- archival/gzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival/gzip.c') diff --git a/archival/gzip.c b/archival/gzip.c index c9171304a..f9bb3c742 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -2160,6 +2160,7 @@ static const char gzip_longopts[] ALIGN1 = "quiet\0" No_argument "q" "fast\0" No_argument "1" "best\0" No_argument "9" + "no-name\0" No_argument "n" ; #endif -- cgit v1.2.3