aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 06c348895..a5e674368 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -318,7 +318,7 @@ int getopt_main(int argc, char *argv[])
318 opt = getopt32(argc, argv, "+o:n:qQs:Tu", &optstr, &name, &s_arg); 318 opt = getopt32(argc, argv, "+o:n:qQs:Tu", &optstr, &name, &s_arg);
319#else 319#else
320 applet_long_options = longopts; 320 applet_long_options = longopts;
321 opt_complementary = "?:l::"; 321 opt_complementary = "l::";
322 opt = getopt32(argc, argv, "+o:n:qQs:Tual:", 322 opt = getopt32(argc, argv, "+o:n:qQs:Tual:",
323 &optstr, &name, &s_arg, &l_arg); 323 &optstr, &name, &s_arg, &l_arg);
324 /* Effectuate the read options for the applet itself */ 324 /* Effectuate the read options for the applet itself */