From c971fb9b9cce766267fab568cb4e3b19d24e42b5 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Mon, 25 Jul 2022 15:16:49 +0530 Subject: [PATCH] Help text: Fix text algining for account-id option --- getssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getssl b/getssl index b2c4e53..27b5578 100755 --- a/getssl +++ b/getssl @@ -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_ }