From: Vsevolod Stakhov Date: Fri, 30 Apr 2021 15:17:32 +0000 (+0100) Subject: [Minor] Fix command line arguments group X-Git-Tag: 3.0~448 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f4b2c211fbba30c6b03bc656c5c2ff76f7c12bc;p=thirdparty%2Frspamd.git [Minor] Fix command line arguments group Issue: #3742 --- diff --git a/lualib/rspamadm/dns_tool.lua b/lualib/rspamadm/dns_tool.lua index 0bdb0a722e..1cbd6b8b58 100644 --- a/lualib/rspamadm/dns_tool.lua +++ b/lualib/rspamadm/dns_tool.lua @@ -21,7 +21,7 @@ local ansicolors = require "ansicolors" local bit = require "bit" local parser = argparse() - :name "rspamadm dns_tool" + :name "rspamadm dnstool" :description "DNS tools provided by Rspamd" :help_description_margin(30) :command_target("command") @@ -34,7 +34,7 @@ parser:option "-c --config" local spf = parser:command "spf" :description "Extracts spf records" -parser:mutex( +spf:mutex( spf:option "-d --domain" :description "Domain to use" :argname(""),