Cleaned up help section

This commit is contained in:
silvernode 2015-06-01 20:54:15 -05:00
parent 4e6e141807
commit 32057fdd6b

View File

@ -17,14 +17,20 @@ case "$1" in
;; ;;
* | -h | --help ) echo * | -h | --help ) echo
echo "BASH PASS HELP" echo "NAME"
echo " bashpass"
echo echo
echo "-cs <integer> | --char-size <integer> : specify password character size" echo "SYNOPSIS"
echo " bashpass [-h] [--help] [-cs <integer>] [-l] [-lcs]"
echo echo
echo "-cs <integer> | --char-size <integer>"
echo " specify password length"
ech
echo "-l <integer> | --lefthand"
echo " left handed password"
echo echo
echo "-l <integer> | <integer> --lefthand : left handed password" echo "-lcs <integer> | --left-char-size <integer>"
echo echo " left hand password with length"
echo "-lcs <integer> | --left-char-size <integer> : left hand password with char size"
echo echo
;; ;;
esac esac