From 11ecab76c46490ebd55343560ba9ad23092fe58c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 28 Jan 2010 09:49:52 -0500 Subject: BugĀ 608340 - Help text missing --debug parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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, -- cgit