aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-17 03:53:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-17 03:53:26 +0000
commit2a30db4f19a81bffa7006f4d0f6526f310efac6d (patch)
tree01b74ec19993bc3ac7c571b162207730bfb32ff9 /src/main.c
parentdba371b0f9eb466e52980ed6c54cbb24903fcfe5 (diff)
added --open to the help message.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1696 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2e5bc15a..27e7b632 100644
--- a/src/main.c
+++ b/src/main.c
@@ -526,6 +526,7 @@ static void parse_cmd_opt(int argc, char *argv[])
g_print("%s\n", _(" --status [folder]... show the total number of messages"));
g_print("%s\n", _(" --status-full [folder]...\n"
" show the status of each folder"));
+ g_print("%s\n", _(" --open folderid/msgnum open message in new window"));
g_print("%s\n", _(" --configdir dirname specify directory which stores configuration files"));
#ifdef G_OS_WIN32
g_print("%s\n", _(" --ipcport portnum specify port for IPC remote commands"));