Cleaned up help section
This commit is contained in:
parent
4e6e141807
commit
32057fdd6b
16
bashpass.sh
16
bashpass.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user