diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-31 17:20:12 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-31 17:20:12 +0100 |
commit | 98763319d1169ede18cb0470672cc7acb8f0d679 (patch) | |
tree | 2a844716829df745102c7c5abdc074253f6d873b /src/rspamadm | |
parent | c0262caefb3cdc6c3792bfe871e64333aa89783d (diff) | |
download | rspamd-98763319d1169ede18cb0470672cc7acb8f0d679.tar.gz rspamd-98763319d1169ede18cb0470672cc7acb8f0d679.zip |
[Project] Deprecate and remove getopt library
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/confighelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/confighelp.c b/src/rspamadm/confighelp.c index 08789a468..c77cb6091 100644 --- a/src/rspamadm/confighelp.c +++ b/src/rspamadm/confighelp.c @@ -69,7 +69,7 @@ rspamadm_confighelp_help (gboolean full_help, const struct rspamadm_command *cmd "-j: output pretty formatted JSON\n" "-k: search by keyword in doc string\n" "-P: use specific Lua plugins path\n" - "--no-color: show colored output\n" + "--no-color: disable coloured output\n" "--short: show only option names\n" "--no-examples: do not show examples (impied by --short)\n" "--help: shows available options and commands"; |