From 3f6efef9c2e6dcc7c7988af5ca3ce1e08f5bdd33 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 3 Jul 2018 11:16:01 +0100 Subject: [PATCH] [Minor] Fix rspamadm confighelp with arguments --- lualib/rspamadm/confighelp.lua | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5