diff options
| author | hubertf <hubertf@NetBSD.org> | 2004-03-25 20:29:51 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2004-03-25 20:29:51 +0000 |
| commit | 89cb93c02e0a07dfc6b9fefda8031b072178fcbc (patch) | |
| tree | c13473c7871302d76f50a56c5f76413bc445ffd1 /usr.bin/progress | |
| parent | 073b7ea1218924e33d99e8a9624c9cbab8710a30 (diff) | |
-z actually passes the input file through gunzip(1).
Having an option to really pass it through gzip(1) would be nice...
Diffstat (limited to 'usr.bin/progress')
| -rw-r--r-- | usr.bin/progress/progress.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/progress/progress.1 b/usr.bin/progress/progress.1 index 4e9594cc433..8b36f984f7d 100644 --- a/usr.bin/progress/progress.1 +++ b/usr.bin/progress/progress.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: progress.1,v 1.7 2004/03/09 19:04:09 wiz Exp $ +.\" $NetBSD: progress.1,v 1.8 2004/03/25 20:29:51 hubertf Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -79,7 +79,7 @@ Print the given text before (left of) the progress bar. .It Fl z Filter the input through -.Xr gzip 1 . +.Xr gunzip 1 . If .Fl f is specified, calculate the length using |
