From 5953a33140eb5aca735af1dab184943599eead9a Mon Sep 17 00:00:00 2001 From: pgen Date: Sat, 28 Mar 2020 19:13:03 +0100 Subject: [PATCH] Do not assume -h or -H exists --- ctxopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctxopt.c b/ctxopt.c index 3a148ab..274c4e0 100644 --- a/ctxopt.c +++ b/ctxopt.c @@ -2991,7 +2991,7 @@ ctxopt_analyze(int nb_words, char ** words, int * nb_rem_args, errmsg = strappend( errmsg, "\nIt appears to be defined in the context(s):", user_string2, - "\nAdd -h or -H for more help.", NULL); + "\n", NULL); } fatal(CTXOPTUNKPAR, errmsg); -- 2.11.4.GIT