aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/getopt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 6bad3efc2..d662c813a 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -59,8 +59,7 @@
59//usage: "\n" 59//usage: "\n"
60//usage: "\nExample:" 60//usage: "\nExample:"
61//usage: "\n" 61//usage: "\n"
62//usage: "\nO=`getopt -l bb: -- ab:c:: \"$@\"`" 62//usage: "\nO=`getopt -l bb: -- ab:c:: \"$@\"` || exit 1"
63//usage: "\n[ $? = 0 ] || exit 1"
64//usage: "\neval set -- \"$O\"" 63//usage: "\neval set -- \"$O\""
65//usage: "\nwhile true; do" 64//usage: "\nwhile true; do"
66//usage: "\n case \"$1\" in" 65//usage: "\n case \"$1\" in"