diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
commit | d353f773bab8c0f92e149a74400aa31b57da9d05 (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /gzip.c | |
parent | 3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff) | |
download | busybox-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.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -40,19 +40,6 @@ | |||
40 | #define SMALL_MEM | 40 | #define SMALL_MEM |
41 | #define DYN_ALLOC | 41 | #define DYN_ALLOC |
42 | 42 | ||
43 | |||
44 | static 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 | */ |