Removed the clear from usage and pipping -h output throught more.
This commit is contained in:
parent
26a8fdfc2c
commit
e2b5b99b8b
2 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,6 @@ declare -r L_arrow=$'\e[1;33m<\e[0m'
|
|||
|
||||
|
||||
usage() {
|
||||
'clear'
|
||||
cat <<- -EOF-
|
||||
${DD_BORDER}
|
||||
${BOLD}
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue