From 7848effe4d9f814059931a856988a46037b4f390 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 6 Apr 2020 18:16:24 -0400 Subject: [PATCH] Update dkimverify (1) to document --index option --- man/dkimverify.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man/dkimverify.1 b/man/dkimverify.1 index 072514c..2b13d89 100644 --- a/man/dkimverify.1 +++ b/man/dkimverify.1 @@ -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] . .PP