aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-28 22:49:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-01-28 22:52:07 +0800
commit11ecab76c46490ebd55343560ba9ad23092fe58c (patch)
tree2bd99d490c76807ea5627ee5c9b315811d168e40
parent013ce5b70e85d6c9008cebd1d5efbe87a539d445 (diff)
downloadgsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.gz
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.bz2
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.lz
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.xz
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.tar.zst
gsoc2013-evolution-11ecab76c46490ebd55343560ba9ad23092fe58c.zip
BugĀ 608340 - Help text missing --debug parameter
-rw-r--r--shell/main.c2
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,