Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-15 20:34:54 +0400
committerErik Andersen <andersen@codepoet.org>2000-04-15 20:34:54 +0400
commit5e1189e187f6a7957dadb8eda2c271c4a0777a23 (patch)
tree140cd30d77342c730afbc1df863bec93c63978a8 /archival
parent95c1c1e05f290ccbcc2ff863a62bcee5d57bf5c8 (diff)
More documentation updates, and minor fixes to make things sync
up with the docs. -Erik
Diffstat (limited to 'archival')
-rw-r--r--archival/gzip.c2
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 @@
static const char gzip_usage[] =
"gzip [OPTION]... FILE\n\n"
"Compress FILE with maximum compression.\n"
- "When FILE is -, reads standard input. Implies -c.\n\n"
+ "When FILE is '-', reads standard input. Implies -c.\n\n"
"Options:\n"
"\t-c\tWrite output to standard output instead of FILE.gz\n";