diff options
| author | Werner Koch <[email protected]> | 2000-05-25 16:28:04 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2000-05-25 16:28:04 +0000 |
| commit | d1648b4d7a2e045bc8ee81f666627d6a792564d6 (patch) | |
| tree | da4ff62971292b007ac855b9bb9f096177ac0f6d /g10/gpg.c | |
| parent | See ChangeLog: Fri Mar 24 11:25:45 CET 2000 Werner Koch (diff) | |
| download | gnupg-d1648b4d7a2e045bc8ee81f666627d6a792564d6.tar.gz gnupg-d1648b4d7a2e045bc8ee81f666627d6a792564d6.zip | |
See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch
Diffstat (limited to 'g10/gpg.c')
| -rw-r--r-- | g10/gpg.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1461,9 +1461,11 @@ main( int argc, char **argv ) break; case aFixTrustDB: - log_error("this command ist not yet implemented.\"\n"); + 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" ); + #warning removed the next line + export_as_kbxfile(); break; case aListTrustPath: |
