From 79dd6d8d02b25664eed629e0b679e00cc0d64825 Mon Sep 17 00:00:00 2001 From: kraai Date: Tue, 5 Feb 2002 19:25:29 +0000 Subject: * include/usage.h (gzip_trivial_usage): Make FILE optional. (gzip_full_usage): Note behavior when FILE is unspecified. git-svn-id: svn://busybox.net/trunk/busybox@4187 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 4 ++-- 1 file 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 @@ "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n" #define gzip_trivial_usage \ - "[OPTION]... FILE" + "[OPTION]... [FILE]" #define gzip_full_usage \ "Compress FILE with maximum compression.\n" \ - "When FILE is '-', reads standard input. Implies -c.\n\n" \ + "When FILE is '-' or unspecified, reads standard input. Implies -c.\n\n" \ "Options:\n" \ "\t-c\tWrite output to standard output instead of FILE.gz\n" \ "\t-d\tdecompress" -- cgit v1.2.3-55-g6feb