diff options
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 2 |
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" |