From ec20eab0c58bb079c7092183e4893ebc773af9a0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher 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 --- src/sscg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sscg.c b/src/sscg.c index f34a43b83e562d0bd7da9a77e25911762db83693..87833d266b541f6d0422fdc538d208abd7d81e22 100644 --- a/src/sscg.c +++ b/src/sscg.c @@ -734,9 +734,8 @@ 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, if --client-file was passed, " + "otherwise this file will not be generated.)"), NULL, }, -- 2.23.0