Browse Source

Remove update options from Usage and Help. Run in Docker does not upgrade.

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper 8 years ago
parent
commit
6545ffd288
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      getssl

+ 4
- 6
getssl View File

@ -938,13 +938,11 @@ help_message() { # print out the help message
-a, --all Check all certificates
-d, --debug Output debug information
-c, --create DOMAIN Create default configuration files
-f, --force Force renewal of cert (overrides expiry checks)
-f, --force Force renewal of cert - override expiry checks
-h, --help Display this help message and exit
-q, --quiet Quiet mode (only outputs on error or success of new cert,
or getssl was upgraded)
-Q, --mute Like -q, but mutes notification about successful upgrade
-q, --quiet Quiet mode - only outputs on error or success of new cert
-r, --revoke CERT KEY [CA SERVER] Revoke a certificate
-k, --keep NUMBER Maximum amount of old getssl versions to keep when upgrading
-k, --keep NUMBER Maximum number of old getssl versions to keep when upgrading
_EOF_
}
@ -1268,7 +1266,7 @@ urlbase64() { # urlbase64: base64 encoded string with '+' replaced with '-' and
usage() { # echos out the program usage
echo "Usage: $PROGNAME [-h|--help] [-d|--debug] [-c|--create] [-f|--force] [-a|--all] [-q|--quiet]"\
"[-Q|--mute] [-k|--keep #] [-r|--revoke cert key] [-w working_dir] DOMAIN"
"[-k|--keep #] [-r|--revoke cert key] [-w working_dir] DOMAIN"
}
write_domain_template() { # write out a template file for a domain.


Loading…
Cancel
Save