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 d662c813a..1ae0c59db 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -372,7 +372,7 @@ int getopt_main(int argc, char **argv)
372 if (!argv[1]) { 372 if (!argv[1]) {
373 if (compatible) { 373 if (compatible) {
374 /* For some reason, the original getopt gave no error 374 /* For some reason, the original getopt gave no error
375 when there were no arguments. */ 375 * when there were no arguments. */
376 printf(" --\n"); 376 printf(" --\n");
377 return 0; 377 return 0;
378 } 378 }