1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

gpg: Make show-uid-validity the default.

This commit is contained in:
Werner Koch 2014-06-24 09:53:46 +02:00
parent 5e933008be
commit 9607bc0b9f

View File

@ -2004,6 +2004,8 @@ main (int argc, char **argv)
opt.passphrase_repeat=1;
opt.emit_version = 1; /* Limit to the major number. */
opt.list_options |= LIST_SHOW_UID_VALIDITY;
opt.verify_options |= LIST_SHOW_UID_VALIDITY;
/* Check whether we have a config file on the command line. */
orig_argc = argc;