From 817c230a0c1b5817cbd0af86f1bd90db72f16c3c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 9 Feb 2012 18:39:16 +0100 Subject: getopt: trim help text Signed-off-by: Denys Vlasenko --- util-linux/getopt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux/getopt.c') 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" -- cgit v1.2.3