From 23b2fcee08745f7cac748d532cad51d1616a4ff9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 25 Oct 2009 15:26:17 +0100 Subject: [PATCH] move -* check at the right location Signed-off-by: Nico Schottelius --- ccollect.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index db350a6..ca4e890 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -155,14 +155,14 @@ while [ "$#" -ge 1 ]; do -V|--version) display_version ;; - -h|--help|-*) - usage - ;; --) # ignore the -- itself shift break ;; + -h|--help|-*) + usage + ;; *) break ;;