diff options
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 9ecdd9f24..2e65c6f45 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -628,10 +628,10 @@ | |||
628 | "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n" | 628 | "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n" |
629 | 629 | ||
630 | #define gzip_trivial_usage \ | 630 | #define gzip_trivial_usage \ |
631 | "[OPTION]... FILE" | 631 | "[OPTION]... [FILE]" |
632 | #define gzip_full_usage \ | 632 | #define gzip_full_usage \ |
633 | "Compress FILE with maximum compression.\n" \ | 633 | "Compress FILE with maximum compression.\n" \ |
634 | "When FILE is '-', reads standard input. Implies -c.\n\n" \ | 634 | "When FILE is '-' or unspecified, reads standard input. Implies -c.\n\n" \ |
635 | "Options:\n" \ | 635 | "Options:\n" \ |
636 | "\t-c\tWrite output to standard output instead of FILE.gz\n" \ | 636 | "\t-c\tWrite output to standard output instead of FILE.gz\n" \ |
637 | "\t-d\tdecompress" | 637 | "\t-d\tdecompress" |