diff options
-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 |