]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] rspamadm mime: arguments beginning with letter `t` 4597/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 11 Sep 2023 18:03:38 +0000 (20:03 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 11 Sep 2023 18:03:38 +0000 (20:03 +0200)
lualib/rspamadm/mime.lua

index 0b0605582c22fa20fff29d92eb1f46d313e15085..6a589d66ac4b67f3a8c1e6c0074c70341ee19929 100644 (file)
@@ -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
+}