diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 14:16:08 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-10-05 14:16:08 +0100 |
commit | 28648542c65676e7c25c8cda9d13adf252c50152 (patch) | |
tree | 9191801bc638fbd00c32000a87b2471c34fd1c58 /lualib/rspamadm | |
parent | 315ecdf30dfefa0316b608cc37d867795499419e (diff) | |
download | rspamd-28648542c65676e7c25c8cda9d13adf252c50152.tar.gz rspamd-28648542c65676e7c25c8cda9d13adf252c50152.zip |
[Minor] misprint
Diffstat (limited to 'lualib/rspamadm')
-rw-r--r-- | lualib/rspamadm/confighelp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/rspamadm/confighelp.lua b/lualib/rspamadm/confighelp.lua index c45c35da5..6f84ae53f 100644 --- a/lualib/rspamadm/confighelp.lua +++ b/lualib/rspamadm/confighelp.lua @@ -20,7 +20,7 @@ parser:flag "--no-color" parser:flag "--short" :description "Show only option names" parser:flag "--no-examples" - :description "Do not show examples (impied by --short)" + :description "Do not show examples (implied by --short)" local function maybe_print_color(key) if not opts['no-color'] then |