Small change to the genpw script usage output.

This commit is contained in:
Scott Wallace 2015-05-18 19:52:02 +01:00
parent c316235ca5
commit e23480b3dd

View file

@ -11,7 +11,7 @@ while getopts nl: ARG; do
l) LENGTH=${OPTARG} l) LENGTH=${OPTARG}
;; ;;
?) printf "Usage: %s [-n]\n" ${0} ?) printf "Usage: %s [-n] [-l X]\n" ${0}
exit 1 exit 1
;; ;;
esac esac