From a2570930e80535cf6c3018e331098c9c73ef03bd Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 23 Sep 2004 17:39:05 +0000 Subject: [PATCH] Made the refused-option message clearer, like Paul suggested. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 3cee4ba3..5cb43217 100644 --- a/options.c +++ b/options.c @@ -623,7 +623,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) struct poptOption *op = &long_options[opt-OPT_REFUSED_BASE]; int n = snprintf(err_buf, sizeof err_buf, - "This server does not support --%s\n", + "The server is configured to refuse --%s\n", op->longName) - 1; if (op->shortName) { snprintf(err_buf+n, sizeof err_buf-n, -- 2.34.1