Document gzip -d
authorEric Andersen <andersen@codepoet.org>
Wed, 13 Dec 2000 17:59:37 +0000 (17:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 13 Dec 2000 17:59:37 +0000 (17:59 -0000)
applets/usage.c
docs/busybox.pod
docs/busybox.sgml
usage.c

index 57e26bc..876d253 100644 (file)
@@ -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
index 65a4e32..4dd3a3a 100644 (file)
@@ -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 <ezanardi@ull.es>
 
 =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 $
index 7e351e9..fda66a6 100644 (file)
                <para>
                <screen>
                        -c      Write output to standard output
+                       -d      decompress
                </screen>
                </para>
 
diff --git a/usage.c b/usage.c
index 57e26bc..876d253 100644 (file)
--- 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