Browse Source

cleanup help-message

pull/10/head
Dennis Koot 10 years ago
parent
commit
e98f057947
1 changed files with 8 additions and 9 deletions
  1. +8
    -9
      getssl

+ 8
- 9
getssl View File

@ -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


Loading…
Cancel
Save