diff options
author | Werner Koch <[email protected]> | 2002-06-26 12:51:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-26 12:51:34 +0000 |
commit | 738e6d8212971a2d1e696e88977f9395956ef717 (patch) | |
tree | 05019dad4ae4ac3b2b8d0fbb198450e2c1313b3a /sm/gpgsm.c | |
parent | * maperror.c (map_to_assuan_status): Map EOF to No_Data_Available. (diff) | |
download | gnupg-738e6d8212971a2d1e696e88977f9395956ef717.tar.gz gnupg-738e6d8212971a2d1e696e88977f9395956ef717.zip |
* import.c (gpgsm_import): Print an STATUS_IMPORTED.
* gpgsm.c: --debug-no-path-validation does not take an argument.
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 0754d3a57..e650e941c 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -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, "@"}, |