diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-13 17:59:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-13 17:59:37 +0000 |
commit | d0fa0a12f1ce40a9e0d73674ad2f5e4a294cdbb5 (patch) | |
tree | 516e541d8eddfc2ee118c2c7d0716d16c8eb4be3 /docs | |
parent | 02ced93ec26f8e27f3721e2ec3cafef52f2eb1ec (diff) |
Document gzip -d
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 3 | ||||
-rw-r--r-- | docs/busybox.sgml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 65a4e3289..4dd3a3a98 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 <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 $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 7e351e958..fda66a619 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1297,6 +1297,7 @@ <para> <screen> -c Write output to standard output + -d decompress </screen> </para> |