aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-07-16 20:57:15 +0000
committerMatt Kraai <kraai@debian.org>2000-07-16 20:57:15 +0000
commitbf181b9338152759fd56c8009e9a962a84808e7c (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /gunzip.c
parent3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff)
downloadbusybox-bf181b9338152759fd56c8009e9a962a84808e7c.tar.gz
Extract usage information into a separate file.
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/gunzip.c b/gunzip.c
index de68bd19b..b29bdf7c1 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -30,19 +30,7 @@
#include "internal.h"
#include <getopt.h>
-static const char gunzip_usage[] =
- "gunzip [OPTION]... FILE\n"
-#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nUncompress FILE (or standard input if FILE is '-').\n\n"
- "Options:\n"
-
- "\t-c\tWrite output to standard output\n"
- "\t-t\tTest compressed file integrity\n"
-#endif
- ;
-
-
- /* These defines are very important for BusyBox. Without these,
+/* These defines are very important for BusyBox. Without these,
* huge chunks of ram are pre-allocated making the BusyBox bss
* size Freaking Huge(tm), which is a bad thing.*/
#define SMALL_MEM