Blob Blame History Raw
From fa6be1a9bbc8c5d42a248e398e3aac08078e311e Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Fri, 13 Dec 2019 11:51:43 -0500
Subject: [PATCH 9/9] Fix help message for --client-key-file

Resolves: rhbz#1720667

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

Further clarify --client-key-file help message

Resolves: rhbz#1720667

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
 src/sscg.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/sscg.c b/src/sscg.c
index f34a43b83e562d0bd7da9a77e25911762db83693..4d009a67488e83c4332f58ee52f7d6ea72a8ddbd 100644
--- a/src/sscg.c
+++ b/src/sscg.c
@@ -734,9 +734,7 @@ main (int argc, const char **argv)
       &client_key_file,
       0,
       _ ("Path where the client's private key will be stored. "
-         "(default is client-file with a .key suffix, if "
-         "--client-file was passed, otherwise this file will not "
-         "be generated.)"),
+         "(default is the client-file)"),
       NULL,
     },
 
-- 
2.24.1