aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 2dd8f9457..4c918ff02 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -134,7 +134,7 @@ int uudecode_main(int argc, char **argv)
134 char *line; 134 char *line;
135 135
136 opt_complementary = "?1"; /* 1 argument max */ 136 opt_complementary = "?1"; /* 1 argument max */
137 getopt32(argc, argv, "o:", &outname); 137 getopt32(argv, "o:", &outname);
138 argv += optind; 138 argv += optind;
139 139
140 if (argv[0]) 140 if (argv[0])