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

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