[Minor] Fix rspamadm confighelp with arguments

This commit is contained in:
Vsevolod Stakhov 2018-07-03 11:16:01 +01:00
parent 54b5410172
commit 3f6efef9c2

View File

@ -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"