aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-17 04:10:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-17 04:10:32 +0000
commitd79475b7c3d3e1ea641836d17cb773b739f5d60a (patch)
tree783fe76523a23fb6e9220c8634eda8bd25e84985 /src
parent2a30db4f19a81bffa7006f4d0f6526f310efac6d (diff)
added --open to the help message, and updated po files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1697 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 742e88d5..40cbea87 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -3809,6 +3809,7 @@ static void help_command_line_show(void)
"--send\n"
"--status [folder]...\n"
"--status-full [folder]...\n"
+ "--open folderid/msgnum\n"
"--configdir dirname\n"
"--exit\n"
"--debug\n"
@@ -3825,6 +3826,7 @@ static void help_command_line_show(void)
"send all queued messages\n"
"show the total number of messages\n"
"show the status of each folder\n"
+ "open message in new window\n"
"specify directory which stores configuration files\n"
"exit Sylpheed\n"
"debug mode\n"