Removed the clear from usage and pipping -h output throught more.

This commit is contained in:
Manuel Canales Esparcia 2006-03-28 18:49:13 +00:00
parent 26a8fdfc2c
commit e2b5b99b8b
2 changed files with 2 additions and 3 deletions

View file

@ -34,7 +34,6 @@ declare -r L_arrow=$'\e[1;33m<\e[0m'
usage() {
'clear'
cat <<- -EOF-
${DD_BORDER}
${BOLD}

View file

@ -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"