diff options
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index b9dadf13c..18d490987 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -397,8 +397,7 @@ int getopt_main(int argc, char **argv) | |||
397 | opt = getopt32(argv, "+o:n:qQs:Tu", &optstr, &name, &s_arg); | 397 | opt = getopt32(argv, "+o:n:qQs:Tu", &optstr, &name, &s_arg); |
398 | #else | 398 | #else |
399 | applet_long_options = getopt_longopts; | 399 | applet_long_options = getopt_longopts; |
400 | opt_complementary = "l::"; | 400 | opt = getopt32(argv, "+o:n:qQs:Tual:*", |
401 | opt = getopt32(argv, "+o:n:qQs:Tual:", | ||
402 | &optstr, &name, &s_arg, &l_arg); | 401 | &optstr, &name, &s_arg, &l_arg); |
403 | /* Effectuate the read options for the applet itself */ | 402 | /* Effectuate the read options for the applet itself */ |
404 | while (l_arg) { | 403 | while (l_arg) { |