aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c9
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
303static 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
312int uudecode_main (int argc, 303int uudecode_main (int argc,
313 char **argv) 304 char **argv)
314{ 305{