diff options
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 | */ |