aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
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 */