From: Vsevolod Stakhov Date: Mon, 28 Dec 2015 16:31:54 +0000 (+0000) Subject: Fix options string X-Git-Tag: 1.1.0~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ba941a6b48dbdf5f2c5dde4a36161f0c02e50d;p=thirdparty%2Frspamd.git Fix options string --- 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