diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 17:59:37 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 17:59:37 +0000 |
commit | 3989217f9ace874f4ce31bed3a96df237e97b3eb (patch) | |
tree | 516e541d8eddfc2ee118c2c7d0716d16c8eb4be3 /applets | |
parent | dfb49067073bccfdc0bd1db0de15a2c8db5ab531 (diff) | |
download | busybox-w32-3989217f9ace874f4ce31bed3a96df237e97b3eb.tar.gz busybox-w32-3989217f9ace874f4ce31bed3a96df237e97b3eb.tar.bz2 busybox-w32-3989217f9ace874f4ce31bed3a96df237e97b3eb.zip |
Document gzip -d
git-svn-id: svn://busybox.net/trunk/busybox@1449 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index 57e26bc26..876d253ab 100644 --- a/applets/usage.c +++ b/applets/usage.c | |||
@@ -432,6 +432,7 @@ const char gzip_usage[] = | |||
432 | "When FILE is '-', reads standard input. Implies -c.\n\n" | 432 | "When FILE is '-', reads standard input. Implies -c.\n\n" |
433 | "Options:\n" | 433 | "Options:\n" |
434 | "\t-c\tWrite output to standard output instead of FILE.gz\n" | 434 | "\t-c\tWrite output to standard output instead of FILE.gz\n" |
435 | "\t-d\tdecompress\n" | ||
435 | #endif | 436 | #endif |
436 | ; | 437 | ; |
437 | #endif | 438 | #endif |