From 28ba941a6b48dbdf5f2c5dde4a36161f0c02e50d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 28 Dec 2015 16:31:54 +0000 Subject: [PATCH] Fix options string --- src/rspamadm/configtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rspamadm/configtest.c b/src/rspamadm/configtest.c index 26bdd02867..a32e499360 100644 --- a/src/rspamadm/configtest.c +++ b/src/rspamadm/configtest.c @@ -111,7 +111,7 @@ rspamadm_configtest (gint argc, gchar **argv) const guint64 *log_cnt; context = g_option_context_new ( - "keypair - create encryption keys"); + "configtest - perform configuration file test"); g_option_context_set_summary (context, "Summary:\n Rspamd administration utility version " RVERSION -- 2.47.3