From: Andrew Lewis Date: Mon, 11 Sep 2023 18:03:38 +0000 (+0200) Subject: [Fix] rspamadm mime: arguments beginning with letter `t` X-Git-Tag: 3.7.1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4597%2Fhead;p=thirdparty%2Frspamd.git [Fix] rspamadm mime: arguments beginning with letter `t` --- diff --git a/lualib/rspamadm/mime.lua b/lualib/rspamadm/mime.lua index 0b0605582c..6a589d66ac 100644 --- a/lualib/rspamadm/mime.lua +++ b/lualib/rspamadm/mime.lua @@ -179,7 +179,7 @@ sign:option "-k --key" :description "Use specific key of file" :argname "" :count "1" -sign:option "-t type" +sign:option "-t --type" :description "ARC or DKIM signing" :argname("") :convert { @@ -1009,4 +1009,4 @@ return { aliases = { 'mime_tool' }, handler = handler, description = parser._description -} \ No newline at end of file +}