mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added fast-import to import-options
This commit is contained in:
parent
77ffe357a9
commit
bbf5ea78c2
5 changed files with 33 additions and 21 deletions
|
@ -2241,9 +2241,9 @@ main( int argc, char **argv )
|
|||
break;
|
||||
|
||||
case aFastImport:
|
||||
opt.import_options |= IMPORT_FAST_IMPORT;
|
||||
case aImport:
|
||||
import_keys( argc? argv:NULL, argc, (cmd == aFastImport),
|
||||
NULL, opt.import_options );
|
||||
import_keys( argc? argv:NULL, argc, NULL, opt.import_options );
|
||||
break;
|
||||
|
||||
case aExport:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue