aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lualib/rspamadm/dns_tool.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib/rspamadm/dns_tool.lua b/lualib/rspamadm/dns_tool.lua
index 0bdb0a722..1cbd6b8b5 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("<domain>"),