1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* import.c (gpgsm_import): Print an STATUS_IMPORTED.

* gpgsm.c: --debug-no-path-validation does not take an argument.
This commit is contained in:
Werner Koch 2002-06-26 12:51:34 +00:00
parent d905375003
commit 738e6d8212
3 changed files with 15 additions and 2 deletions

View file

@ -302,7 +302,7 @@ static ARGPARSE_OPTS opts[] = {
{ oDebug, "debug" ,4|16, "@"},
{ oDebugAll, "debug-all" ,0, "@"},
{ oDebugWait, "debug-wait" ,1, "@"},
{ oDebugNoPathValidation, "debug-no-path-validation" ,1, "@"},
{ oDebugNoPathValidation, "debug-no-path-validation" ,0, "@"},
{ oStatusFD, "status-fd" ,1, N_("|FD|write status info to this FD") },
{ aDummy, "no-comment", 0, "@"},
{ aDummy, "completes-needed", 1, "@"},