aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-02-09 18:39:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-02-09 18:39:16 +0100
commit817c230a0c1b5817cbd0af86f1bd90db72f16c3c (patch)
treea0932c74fbc3b12f065866e6ab004787d73dae7d /util-linux/getopt.c
parentd0222503ff9ff264efa74f6de651b308d20a05b8 (diff)
downloadbusybox-817c230a0c1b5817cbd0af86f1bd90db72f16c3c.tar.gz
getopt: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/getopt.c')
-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 @@
//usage: "\n"
//usage: "\nExample:"
//usage: "\n"
-//usage: "\nO=`getopt -l bb: -- ab:c:: \"$@\"`"
-//usage: "\n[ $? = 0 ] || exit 1"
+//usage: "\nO=`getopt -l bb: -- ab:c:: \"$@\"` || exit 1"
//usage: "\neval set -- \"$O\""
//usage: "\nwhile true; do"
//usage: "\n case \"$1\" in"