[Pkg-gnupg-commit] [gnupg2] 09/102: gpg: Add --weak-digest to gpgv's help screen.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:14:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit a69d3c122c47ad8f857ab749e94b8b63e8d64623
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 18 17:00:03 2016 +0200

    gpg: Add --weak-digest to gpgv's help screen.
    
    --
    
    Suggested-by: Daniel Kahn Gillmor
---
 g10/gpgv.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/g10/gpgv.c b/g10/gpgv.c
index 2a53e69..7e87176 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -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 ()
 };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list