diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-28 22:49:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-28 22:52:07 +0800 |
commit | 11ecab76c46490ebd55343560ba9ad23092fe58c (patch) | |
tree | 2bd99d490c76807ea5627ee5c9b315811d168e40 /shell | |
parent | 013ce5b70e85d6c9008cebd1d5efbe87a539d445 (diff) | |
download | gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.gz gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.zst gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.zip |
BugĀ 608340 - Help text missing --debug parameter
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 85331e3400..72e9aeda4e 100644 --- a/shell/main.c +++ b/shell/main.c @@ -331,7 +331,7 @@ static GOptionEntry entries[] = { N_("Forcibly re-migrate from Evolution 1.4"), NULL }, #endif { "debug", '\0', 0, G_OPTION_ARG_STRING, &evolution_debug_log, - N_("Send the debugging output of all components to a file."), NULL }, + N_("Send the debugging output of all components to a file."), "FILE" }, { "disable-eplugin", '\0', 0, G_OPTION_ARG_NONE, &disable_eplugin, N_("Disable loading of any plugins."), NULL }, { "disable-preview", '\0', 0, G_OPTION_ARG_NONE, &disable_preview, |