diff options
Diffstat (limited to 'uudecode.c')
-rw-r--r-- | uudecode.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/uudecode.c b/uudecode.c index 12a71a573..90bef9238 100644 --- a/uudecode.c +++ b/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) { |