mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Made all strings for --log-file read the same.
This commit is contained in:
parent
9fff2719b6
commit
545ddc6f3d
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-01 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpgconf-comp.c: Made all strings for --log-file read the same.
|
||||||
|
|
||||||
2004-10-01 Werner Koch <wk@g10code.com>
|
2004-10-01 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgconf-comp.c (my_dgettext): Also switch codeset and directory
|
* gpgconf-comp.c (my_dgettext): Also switch codeset and directory
|
||||||
|
@ -534,7 +534,7 @@ static gc_option_t gc_options_scdaemon[] =
|
|||||||
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
||||||
GC_ARG_TYPE_STRING, GC_BACKEND_SCDAEMON },
|
GC_ARG_TYPE_STRING, GC_BACKEND_SCDAEMON },
|
||||||
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||||
"gnupg", "|FILE|write logs to FILE",
|
"gnupg", N_("|FILE|write server mode logs to FILE"),
|
||||||
GC_ARG_TYPE_PATHNAME, GC_BACKEND_SCDAEMON },
|
GC_ARG_TYPE_PATHNAME, GC_BACKEND_SCDAEMON },
|
||||||
|
|
||||||
{ "Security",
|
{ "Security",
|
||||||
@ -583,7 +583,7 @@ static gc_option_t gc_options_gpg[] =
|
|||||||
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
||||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
|
GC_ARG_TYPE_STRING, GC_BACKEND_GPG },
|
||||||
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||||
"gnupg", "|FILE|write logs to FILE",
|
"gnupg", N_("|FILE|write server mode logs to FILE"),
|
||||||
GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPG },
|
GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPG },
|
||||||
/* { "faked-system-time", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE, */
|
/* { "faked-system-time", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE, */
|
||||||
/* NULL, NULL, */
|
/* NULL, NULL, */
|
||||||
@ -636,7 +636,7 @@ static gc_option_t gc_options_gpgsm[] =
|
|||||||
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
"gnupg", "|LEVEL|set the debugging level to LEVEL",
|
||||||
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
|
GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
|
||||||
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||||
"gnupg", "|FILE|write logs to FILE",
|
"gnupg", N_("|FILE|write server mode logs to FILE"),
|
||||||
GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPGSM },
|
GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPGSM },
|
||||||
{ "faked-system-time", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
{ "faked-system-time", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
@ -712,7 +712,7 @@ static gc_option_t gc_options_dirmngr[] =
|
|||||||
"dirmngr", "do not detach from the console",
|
"dirmngr", "do not detach from the console",
|
||||||
GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
|
GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
|
||||||
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
{ "log-file", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||||
"dirmngr", "|FILE|write logs to FILE",
|
"dirmngr", N_("|FILE|write server mode logs to FILE"),
|
||||||
GC_ARG_TYPE_PATHNAME, GC_BACKEND_DIRMNGR },
|
GC_ARG_TYPE_PATHNAME, GC_BACKEND_DIRMNGR },
|
||||||
{ "debug-wait", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
{ "debug-wait", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user