diff options
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 12a71a5..90bef92 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -300,15 +300,6 @@ static int decode (const char *inname, return read_stduu (inname); } -static const char uudecode_usage[] = - "uudecode [FILE]...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nUudecode a file that is uuencoded.\n\n" - "Options:\n" - "\t-o FILE\tdirect output to FILE\n" -#endif -; - int uudecode_main (int argc, char **argv) { |