1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* mainproc.c (proc_tree): Handle multiple detached sigs concatenated

together by warning the user and processing only the first.

* g10.c (main): Comment out --list-trust-path until it can be implemented.
This commit is contained in:
David Shaw 2002-12-11 15:17:10 +00:00
parent 4017bbc683
commit 23b36f4e47
3 changed files with 16 additions and 3 deletions

View file

@ -478,7 +478,8 @@ static ARGPARSE_OPTS opts[] = {
{ aExportOwnerTrust, "list-ownertrust",0 , "@"}, /* alias */
{ aPrintMDs, "print-mds" , 256, "@"}, /* old */
{ aListTrustDB, "list-trustdb",0 , "@"},
{ aListTrustPath, "list-trust-path",0, "@"},
/* Not yet used */
/* { aListTrustPath, "list-trust-path",0, "@"}, */
{ aPipeMode, "pipemode", 0, "@" },
{ oKOption, NULL, 0, "@"},
{ oPasswdFD, "passphrase-fd",1, "@" },