Blame SOURCES/0009-Fix-help-message-for-client-key-file.patch

19981c
From fa6be1a9bbc8c5d42a248e398e3aac08078e311e Mon Sep 17 00:00:00 2001
19981c
From: Stephen Gallagher <sgallagh@redhat.com>
19981c
Date: Fri, 13 Dec 2019 11:51:43 -0500
19981c
Subject: [PATCH 9/9] Fix help message for --client-key-file
19981c
19981c
Resolves: rhbz#1720667
19981c
19981c
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
19981c
19981c
Further clarify --client-key-file help message
19981c
19981c
Resolves: rhbz#1720667
19981c
19981c
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
19981c
---
19981c
 src/sscg.c | 4 +---
19981c
 1 file changed, 1 insertion(+), 3 deletions(-)
19981c
19981c
diff --git a/src/sscg.c b/src/sscg.c
19981c
index f34a43b83e562d0bd7da9a77e25911762db83693..4d009a67488e83c4332f58ee52f7d6ea72a8ddbd 100644
19981c
--- a/src/sscg.c
19981c
+++ b/src/sscg.c
19981c
@@ -734,9 +734,7 @@ main (int argc, const char **argv)
19981c
       &client_key_file,
19981c
       0,
19981c
       _ ("Path where the client's private key will be stored. "
19981c
-         "(default is client-file with a .key suffix, if "
19981c
-         "--client-file was passed, otherwise this file will not "
19981c
-         "be generated.)"),
19981c
+         "(default is the client-file)"),
19981c
       NULL,
19981c
     },
19981c
 
19981c
-- 
19981c
2.24.1
19981c