diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-01-31 03:57:04 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-01-31 03:57:04 +0000 |
commit | 1d6005736243ac59249daf52c1cba7b9e3f27eaf (patch) | |
tree | f3976b88d1b6dce895f482d2725c7393cbc5eaff /src | |
parent | 60c6b6d9c546c3eec01a15f18137730a157a2566 (diff) |
updated command line help.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3204 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index 98a21d79..d72b1a22 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -4106,9 +4106,11 @@ static void help_command_line_show(void) "--status [folder]...\n" "--status-full [folder]...\n" "--open folderid/msgnum\n" + "--open <file URL>\n" "--configdir dirname\n" "--exit\n" "--debug\n" + "--safe-mode\n" "--help\n" "--version")); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); @@ -4123,9 +4125,11 @@ static void help_command_line_show(void) "show the total number of messages\n" "show the status of each folder\n" "open message in new window\n" + "open an rfc822 message file in a new window\n" "specify directory which stores configuration files\n" "exit Sylpheed\n" "debug mode\n" + "safe mode\n" "display this help and exit\n" "output version information and exit")); gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |