aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-16 20:57:15 +0000
commitd353f773bab8c0f92e149a74400aa31b57da9d05 (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /gunzip.c
parent3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff)
downloadbusybox-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 '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 @@
30#include "internal.h" 30#include "internal.h"
31#include <getopt.h> 31#include <getopt.h>
32 32
33static const char gunzip_usage[] = 33/* These defines are very important for BusyBox. Without these,
34 "gunzip [OPTION]... FILE\n"
35#ifndef BB_FEATURE_TRIVIAL_HELP
36 "\nUncompress FILE (or standard input if FILE is '-').\n\n"
37 "Options:\n"
38
39 "\t-c\tWrite output to standard output\n"
40 "\t-t\tTest compressed file integrity\n"
41#endif
42 ;
43
44
45 /* These defines are very important for BusyBox. Without these,
46 * huge chunks of ram are pre-allocated making the BusyBox bss 34 * huge chunks of ram are pre-allocated making the BusyBox bss
47 * size Freaking Huge(tm), which is a bad thing.*/ 35 * size Freaking Huge(tm), which is a bad thing.*/
48#define SMALL_MEM 36#define SMALL_MEM