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. --- uudecode.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'uudecode.c') 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) { -- cgit v1.2.3