commit ffa3070: [Fix] rspamadm mime: arguments beginning with letter `t`

Andrew Lewis nerf at judo.za.org
Mon Sep 11 19:42:03 UTC 2023


Author: Andrew Lewis
Date: 2023-09-11 20:03:38 +0200
URL: https://github.com/rspamd/rspamd/commit/ffa3070ac97880f3a3541c3a3ac8a461f1a6d2c7 (refs/pull/4597/head)

[Fix] rspamadm mime: arguments beginning with letter `t`

---
 lualib/rspamadm/mime.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lualib/rspamadm/mime.lua b/lualib/rspamadm/mime.lua
index 0b0605582..6a589d66a 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 "<key>"
     :count "1"
-sign:option "-t type"
+sign:option "-t --type"
     :description "ARC or DKIM signing"
     :argname("<arc|dkim>")
     :convert {
@@ -1009,4 +1009,4 @@ return {
   aliases = { 'mime_tool' },
   handler = handler,
   description = parser._description
-}
\ No newline at end of file
+}


More information about the Commits mailing list