From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- archival/gunzip.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'archival/gunzip.c') diff --git a/archival/gunzip.c b/archival/gunzip.c index de68bd19b..b29bdf7c1 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -30,19 +30,7 @@ #include "internal.h" #include -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 -- cgit v1.2.3