Skip to content

Commit

Permalink
Merge pull request #4597 from fatalbanana/rspamadm_args
Browse files Browse the repository at this point in the history
[Fix] rspamadm mime: arguments beginning with letter `t`
  • Loading branch information
vstakhov committed Sep 11, 2023
2 parents 204b318 + ffa3070 commit 3f18a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lualib/rspamadm/mime.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -1009,4 +1009,4 @@ return {
aliases = { 'mime_tool' },
handler = handler,
description = parser._description
}
}

0 comments on commit 3f18a42

Please sign in to comment.