diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-28 16:31:54 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-28 16:31:54 +0000 |
commit | 28ba941a6b48dbdf5f2c5dde4a36161f0c02e50d (patch) | |
tree | 74433d2c92cd903208a4c48bfdcef0c3b13e1712 /src/rspamadm/configtest.c | |
parent | bbede6af3492b0be131f831b588bc789e9595660 (diff) | |
download | rspamd-28ba941a6b48dbdf5f2c5dde4a36161f0c02e50d.tar.gz rspamd-28ba941a6b48dbdf5f2c5dde4a36161f0c02e50d.zip |
Fix options string
Diffstat (limited to 'src/rspamadm/configtest.c')
-rw-r--r-- | src/rspamadm/configtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/configtest.c b/src/rspamadm/configtest.c index 26bdd0286..a32e49936 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 |