Browse Source

Merge pull request #767 from Ayesh/help-text-align

Help text: Fix text algining for `--account-id` option
pull/769/head
Tim Kimber 3 years ago
committed by GitHub
parent
commit
b4825c5313
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -1978,7 +1978,7 @@ help_message() { # print out the help message
-v --version Display current version of $PROGNAME
-w working_dir "Working directory"
--preferred-chain "chain" Use an alternate chain for the certificate
--account-id Display account id and exit
--account-id Display account id and exit
_EOF_
}


Loading…
Cancel
Save