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 /util-linux | |
parent | d0222503ff9ff264efa74f6de651b308d20a05b8 (diff) | |
download | busybox-817c230a0c1b5817cbd0af86f1bd90db72f16c3c.tar.gz |
getopt: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-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 @@ //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" |