aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
commitd353f773bab8c0f92e149a74400aa31b57da9d05 (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /gzip.c
parent3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff)
downloadbusybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.tar.gz
busybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.tar.bz2
busybox-w32-d353f773bab8c0f92e149a74400aa31b57da9d05.zip
Extract usage information into a separate file.
git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gzip.c b/gzip.c
index 8bc67d9c6..98ce259ca 100644
--- a/gzip.c
+++ b/gzip.c
@@ -40,19 +40,6 @@
40#define SMALL_MEM 40#define SMALL_MEM
41#define DYN_ALLOC 41#define DYN_ALLOC
42 42
43
44static const char gzip_usage[] =
45 "gzip [OPTION]... FILE\n"
46#ifndef BB_FEATURE_TRIVIAL_HELP
47 "\nCompress FILE with maximum compression.\n"
48 "When FILE is '-', reads standard input. Implies -c.\n\n"
49
50 "Options:\n"
51 "\t-c\tWrite output to standard output instead of FILE.gz\n"
52#endif
53 ;
54
55
56/* I don't like nested includes, but the string and io functions are used 43/* I don't like nested includes, but the string and io functions are used
57 * too often 44 * too often
58 */ 45 */