From 25d8a2e2fb8a193ecfcb7f60ee8fb702d5201c64 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 25 Oct 2009 15:24:18 +0100 Subject: [PATCH] remove double --help section Signed-off-by: Nico Schottelius --- ccollect.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index 11998af..db350a6 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -152,9 +152,6 @@ while [ "$#" -ge 1 ]; do -p|--parallel) PARALLEL=1 ;; - -h|--help) - usage - ;; -V|--version) display_version ;;