From e98f057947c32f372779b9ca5ba829566ef07c31 Mon Sep 17 00:00:00 2001 From: Dennis Koot Date: Fri, 29 Jan 2016 10:53:55 +0100 Subject: [PATCH] cleanup help-message --- getssl | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/getssl b/getssl index 9b9d8ea..3c2d64b 100755 --- a/getssl +++ b/getssl @@ -275,17 +275,16 @@ _requires() { help_message() { cat <<- _EOF_ - $PROGNAME ver. $VERSION - To obtain a letsencrypt SSL cert +$PROGNAME ver. $VERSION +Obtain SSL certificates from the letsencrypt.org ACME server - $(usage) +$(usage) - Options: - -h, --help Display this help message and exit. - -d, --debug outputs debug information - -c, create default config files - -w working_dir working directory - Where 'working_dir' is the Working Directory. +Options: + -h, --help Display this help message and exit + -d, --debug Outputs debug information + -c, Create default config files + -w working_dir Working directory _EOF_ return