From ccc8fbfc15f5cc316d279ceb02a1b75c9d7a6540 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 6 Jan 2024 04:31:43 +0000 Subject: [PATCH] help: Add newline separator before command prompt Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 8f0e76a25..42bec061e 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -518,7 +518,7 @@ These commands are safe to test and will NOT effect your PKI. print " Available command options [ cmd-opts ]: ${opts:- - * No supported command options}" + * No supported command options}${NL}" fi fi } # => cmd_help()