diff options
author | Timo Schulz <[email protected]> | 2002-08-18 17:24:21 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2002-08-18 17:24:21 +0000 |
commit | 5201d1ec9d058300581b6cab1c3ef52448140ef5 (patch) | |
tree | 893de57533c041a2d5f3e36f8e9df0533112a33a /g10/g10.c | |
parent | Made it compile. (diff) | |
download | gnupg-5201d1ec9d058300581b6cab1c3ef52448140ef5.tar.gz gnupg-5201d1ec9d058300581b6cab1c3ef52448140ef5.zip |
2002-08-16 Timo Schulz <[email protected]>
* g10.c (main): enable opt.interactive.
* import.c (import_one): Ask the user if the key shall be
imported when the interactive mode is used. Useful to extract
selected keys from a file.
Diffstat (limited to 'g10/g10.c')
-rw-r--r-- | g10/g10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -403,7 +403,7 @@ static ARGPARSE_OPTS opts[] = { { oDisableMDC, "disable-mdc", 0, N_("never use a MDC for encryption") }, { oNoDisableMDC, "no-disable-mdc", 0, "@" }, { oDryRun, "dry-run", 0, N_("do not make any changes") }, - /*{ oInteractive, "interactive", 0, N_("prompt before overwriting") }, */ + { oInteractive, "interactive", 0, N_("prompt before overwriting") }, { oUseAgent, "use-agent",0, N_("use the gpg-agent")}, { oNoUseAgent, "no-use-agent",0, "@"}, { oGpgAgentInfo, "gpg-agent-info",2, "@"}, |