1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

gpg: Add --weak-digest to gpgv's help screen.

--

Suggested-by: Daniel Kahn Gillmor
This commit is contained in:
Werner Koch 2016-05-18 17:00:03 +02:00
parent cf97769906
commit a69d3c122c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -79,7 +79,8 @@ static ARGPARSE_OPTS opts[] = {
N_("|FD|write status info to this FD")),
ARGPARSE_s_i (oLoggerFD, "logger-fd", "@"),
ARGPARSE_s_s (oHomedir, "homedir", "@"),
ARGPARSE_s_s (oWeakDigest, "weak-digest", "@"),
ARGPARSE_s_s (oWeakDigest, "weak-digest",
N_("|ALGO|reject signatures made with ALGO")),
ARGPARSE_end ()
};