diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-15 16:34:54 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-15 16:34:54 +0000 |
commit | 5e1189e187f6a7957dadb8eda2c271c4a0777a23 (patch) | |
tree | 140cd30d77342c730afbc1df863bec93c63978a8 /archival | |
parent | 95c1c1e05f290ccbcc2ff863a62bcee5d57bf5c8 (diff) | |
download | busybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.tar.gz busybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.tar.bz2 busybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.zip |
More documentation updates, and minor fixes to make things sync
up with the docs.
-Erik
Diffstat (limited to 'archival')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 55ec5bc4e..a9d34aeb1 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -41,7 +41,7 @@ | |||
41 | static const char gzip_usage[] = | 41 | static const char gzip_usage[] = |
42 | "gzip [OPTION]... FILE\n\n" | 42 | "gzip [OPTION]... FILE\n\n" |
43 | "Compress FILE with maximum compression.\n" | 43 | "Compress FILE with maximum compression.\n" |
44 | "When FILE is -, reads standard input. Implies -c.\n\n" | 44 | "When FILE is '-', reads standard input. Implies -c.\n\n" |
45 | 45 | ||
46 | "Options:\n" | 46 | "Options:\n" |
47 | "\t-c\tWrite output to standard output instead of FILE.gz\n"; | 47 | "\t-c\tWrite output to standard output instead of FILE.gz\n"; |