Update dkimverify (1) to document --index option

This commit is contained in:
Scott Kitterman
2020-04-06 18:16:24 -04:00
parent 5b9dc1253d
commit 7848effe4d
+8 -1
View File
@@ -133,7 +133,7 @@ dkimverify
\-
Script for DKIM verifying messages on stdin
.SH "VERSION"
0\.6\.0
1\.1\.0
.SH "DESCRIPTION"
@@ -141,6 +141,13 @@ dkimverify reads an RFC822 message on standard input, and returns with exit
code 0 if the signature verifies successfully. Otherwise, it returns with exit
code 1.
.SH "USAGE"
usage: dkimverify.py [\-h] [\-\-index N] <message
optional arguments:
\-h, \-\-help show this help message and exit
\-\-index N Index of DKIM signature header to verify: default=0
.SH "AUTHORS"
This version of \fBdkimverify\fR was written by Greg Hewgill <greg@hewgill.com>.
.PP