diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-16 20:57:15 +0000 |
commit | d353f773bab8c0f92e149a74400aa31b57da9d05 (patch) | |
tree | e8c416c791c690f661c513340662e4e98ff3464a /coreutils/uudecode.c | |
parent | 3ab1d8193e335afa74e86a8d8e628158d7e503b9 (diff) | |
download | busybox-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 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 12a71a573..90bef9238 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -300,15 +300,6 @@ static int decode (const char *inname, | |||
300 | return read_stduu (inname); | 300 | return read_stduu (inname); |
301 | } | 301 | } |
302 | 302 | ||
303 | static const char uudecode_usage[] = | ||
304 | "uudecode [FILE]...\n" | ||
305 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
306 | "\nUudecode a file that is uuencoded.\n\n" | ||
307 | "Options:\n" | ||
308 | "\t-o FILE\tdirect output to FILE\n" | ||
309 | #endif | ||
310 | ; | ||
311 | |||
312 | int uudecode_main (int argc, | 303 | int uudecode_main (int argc, |
313 | char **argv) | 304 | char **argv) |
314 | { | 305 | { |