summaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2003-09-30 23:16:36 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2003-09-30 23:16:36 +0200
commitcb772decc4a1414452ff5ff1bf01717c31933d51 (patch)
tree354b52f34c5823e1f4769e5000c87c695f305ace /g10/g10.c
parent* gpg.sgml: Clarify --mangle-dos-filenames, document list-option (diff)
downloadgnupg2-cb772decc4a1414452ff5ff1bf01717c31933d51.tar.xz
gnupg2-cb772decc4a1414452ff5ff1bf01717c31933d51.zip
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
--verify-option show-unusable-uids.
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/g10.c b/g10/g10.c
index f50bbe88b..35ce3e038 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -1829,6 +1829,7 @@ main( int argc, char **argv )
{"show-keyserver-url",VERIFY_SHOW_KEYSERVER},
{"show-validity",VERIFY_SHOW_VALIDITY},
{"show-long-keyid",VERIFY_SHOW_LONG_KEYID},
+ {"show-unusable-uids",VERIFY_SHOW_UNUSABLE_UIDS},
{NULL,0}
};