mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Parse EXTCAP lines from the card.
Change messages for a corrupt trustdb.
This commit is contained in:
parent
3459c6b015
commit
6d755a83b4
7 changed files with 73 additions and 10 deletions
|
@ -3343,8 +3343,8 @@ main (int argc, char **argv )
|
|||
case aGenRandom:
|
||||
case aDeArmor:
|
||||
case aEnArmor:
|
||||
case aFixTrustDB:
|
||||
break;
|
||||
case aFixTrustDB:
|
||||
case aExportOwnerTrust: rc = setup_trustdb( 0, trustdb_name ); break;
|
||||
case aListTrustDB: rc = setup_trustdb( argc? 1:0, trustdb_name ); break;
|
||||
default: rc = setup_trustdb(1, trustdb_name ); break;
|
||||
|
@ -3874,9 +3874,7 @@ main (int argc, char **argv )
|
|||
break;
|
||||
|
||||
case aFixTrustDB:
|
||||
log_error("this command is not yet implemented.\n");
|
||||
log_error("A workaround is to use \"--export-ownertrust\", remove\n");
|
||||
log_error("the trustdb file and do an \"--import-ownertrust\".\n" );
|
||||
how_to_fix_the_trustdb ();
|
||||
break;
|
||||
|
||||
case aListTrustPath:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue