diff options
| author | Werner Koch <[email protected]> | 2004-10-01 12:53:09 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2004-10-01 12:53:09 +0000 |
| commit | a90acadd51081fcb69460cb2222ed4be20e903d3 (patch) | |
| tree | 1a1dcb031fa5b8b3c100e6b8fba1b32b74afaf17 /sm/gpgsm.c | |
| parent | * gpgv.c (i18n_init): Always use LC_ALL. (diff) | |
| download | gnupg-a90acadd51081fcb69460cb2222ed4be20e903d3.tar.gz gnupg-a90acadd51081fcb69460cb2222ed4be20e903d3.zip | |
* gpgconf-comp.c (my_dgettext): Also switch codeset and directory
for the other used domains (i.e. dirmngr).
* gpgconf.c (main): Fixed translation markers.
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 6e2bbe742..0f620c091 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -335,7 +335,7 @@ static ARGPARSE_OPTS opts[] = { { oOptions, "options" , 2, N_("read options from file")}, { oDebug, "debug" ,4|16, "@"}, - { oDebugLevel, "debug-level" ,2, "@"}, + { oDebugLevel, "debug-level" ,2, N_("|LEVEL|set the debugging level to LEVEL")}, { oDebugAll, "debug-all" ,0, "@"}, { oDebugWait, "debug-wait" ,1, "@"}, { oDebugAllowCoreDump, "debug-allow-core-dump", 0, "@" }, |
