From: Eric Andersen Date: Wed, 13 Dec 2000 17:59:37 +0000 (-0000) Subject: Document gzip -d X-Git-Tag: 0_48~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5;p=platform%2Fupstream%2Fbusybox.git Document gzip -d --- diff --git a/applets/usage.c b/applets/usage.c index 57e26bc..876d253 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -432,6 +432,7 @@ const char gzip_usage[] = "When FILE is '-', reads standard input. Implies -c.\n\n" "Options:\n" "\t-c\tWrite output to standard output instead of FILE.gz\n" + "\t-d\tdecompress\n" #endif ; #endif diff --git a/docs/busybox.pod b/docs/busybox.pod index 65a4e32..4dd3a3a 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -765,6 +765,7 @@ When FILE is '-', reads standard input. Implies B<-c>. Options: -c Write output to standard output instead of FILE.gz + -d decompress Example: @@ -2292,4 +2293,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.82 2000/12/11 19:39:25 andersen Exp $ +# $Id: busybox.pod,v 1.83 2000/12/13 17:59:37 andersen Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 7e351e9..fda66a6 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1297,6 +1297,7 @@ -c Write output to standard output + -d decompress diff --git a/usage.c b/usage.c index 57e26bc..876d253 100644 --- a/usage.c +++ b/usage.c @@ -432,6 +432,7 @@ const char gzip_usage[] = "When FILE is '-', reads standard input. Implies -c.\n\n" "Options:\n" "\t-c\tWrite output to standard output instead of FILE.gz\n" + "\t-d\tdecompress\n" #endif ; #endif