From e23480b3dd51a641241f6e22e6448f90fa22da37 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 18 May 2015 19:52:02 +0100 Subject: [PATCH] Small change to the genpw script usage output. --- bin/genpw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genpw b/bin/genpw index 38a8a4c..0797d25 100755 --- a/bin/genpw +++ b/bin/genpw @@ -11,7 +11,7 @@ while getopts nl: ARG; do l) LENGTH=${OPTARG} ;; - ?) printf "Usage: %s [-n]\n" ${0} + ?) printf "Usage: %s [-n] [-l X]\n" ${0} exit 1 ;; esac