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:
parent
4017bbc683
commit
23b36f4e47
3 changed files with 16 additions and 3 deletions
|
@ -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, "@" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue