aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-02-05 22:31:48 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-02-05 22:31:48 +0000
commit046683f4f723c5e94b4886134ba2193defaf476c (patch)
tree7c3cfb740d90bcdaffe7f09ddbd90531ac2e53e9 /include/usage.h
parentb962948eff2fdc3aa013502a9285580a482fb6b4 (diff)
downloadbusybox-w32-046683f4f723c5e94b4886134ba2193defaf476c.tar.gz
busybox-w32-046683f4f723c5e94b4886134ba2193defaf476c.tar.bz2
busybox-w32-046683f4f723c5e94b4886134ba2193defaf476c.zip
* archival/gzip.c (ifname, ofname): Delete.
(gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New. git-svn-id: svn://busybox.net/trunk/busybox@4191 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 2e65c6f45..c4ad0440b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -628,9 +628,9 @@
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(s) with maximum compression.\n" \
634 "When FILE is '-' or unspecified, 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" \