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/bbunzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival/bbunzip.c') diff --git a/archival/bbunzip.c b/archival/bbunzip.c index e10372e14..b4f754e0b 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c @@ -335,6 +335,7 @@ static const char gunzip_longopts[] ALIGN1 = "to-stdout\0" No_argument "c" "force\0" No_argument "f" "test\0" No_argument "t" + "no-name\0" No_argument "n" ; #endif -- cgit v1.2.3