From e2b5b99b8b29d9660495bbd0df5e0900b48cf70f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 28 Mar 2006 18:49:13 +0000 Subject: [PATCH] Removed the clear from usage and pipping -h output throught more. --- common/common-functions | 1 - master.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/common-functions b/common/common-functions index f57190a..a6dbdfb 100644 --- a/common/common-functions +++ b/common/common-functions @@ -34,7 +34,6 @@ declare -r L_arrow=$'\e[1;33m<\e[0m' usage() { - 'clear' cat <<- -EOF- ${DD_BORDER} ${BOLD} diff --git a/master.sh b/master.sh index d203e03..62e29a0 100755 --- a/master.sh +++ b/master.sh @@ -143,9 +143,9 @@ while test $# -gt 0 ; do esac ;; - --get-packages | -G ) HPKG=1 ;; + --get-packages | -G ) HPKG=1 ;; - --help | -h ) usage ;; + --help | -h ) usage | more && exit ;; --testsuites | -T ) test $# = 1 && eval "$exit_missing_arg"