diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-09 18:39:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-02-09 18:39:16 +0100 |
commit | 817c230a0c1b5817cbd0af86f1bd90db72f16c3c (patch) | |
tree | a0932c74fbc3b12f065866e6ab004787d73dae7d | |
parent | d0222503ff9ff264efa74f6de651b308d20a05b8 (diff) | |
download | busybox-w32-817c230a0c1b5817cbd0af86f1bd90db72f16c3c.tar.gz busybox-w32-817c230a0c1b5817cbd0af86f1bd90db72f16c3c.tar.bz2 busybox-w32-817c230a0c1b5817cbd0af86f1bd90db72f16c3c.zip |
getopt: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 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" |