From: Vsevolod Stakhov Date: Tue, 3 Jul 2018 10:16:01 +0000 (+0100) Subject: [Minor] Fix rspamadm confighelp with arguments X-Git-Tag: 1.7.8~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f6efef9c2e6dcc7c7988af5ca3ce1e08f5bdd33;p=rspamd.git [Minor] Fix rspamadm confighelp with arguments --- diff --git a/lualib/rspamadm/confighelp.lua b/lualib/rspamadm/confighelp.lua index d477ff69b..c45c35da5 100644 --- a/lualib/rspamadm/confighelp.lua +++ b/lualib/rspamadm/confighelp.lua @@ -13,6 +13,8 @@ local parser = argparse() :name "rspamadm confighelp" :description "Shows help for the specified configuration options" :help_description_margin(32) +parser:argument "path":args "*" + :description('Optional config paths') parser:flag "--no-color" :description "Disable coloured output" parser:flag "--short"