diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-13 13:50:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-13 13:50:57 +0200 |
commit | 788f634fbc9b5931077a39465d3a211274e8a0a6 (patch) | |
tree | a33a5071a441a290874a36cc265dbe426a3e29f9 /doc | |
parent | 4eb8013fd37f0acaedbcef2c9b0eeadc6c984374 (diff) | |
download | weechat-788f634fbc9b5931077a39465d3a211274e8a0a6.zip |
core: add command line option "-r" ("--run-command") in man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/weechat-curses.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/weechat-curses.1 b/doc/weechat-curses.1 index 6475ec559..3bf757281 100644 --- a/doc/weechat-curses.1 +++ b/doc/weechat-curses.1 @@ -46,6 +46,10 @@ display program license .br don't load any plugin at startup .TP +.B \-r, \-\-run\-command +.br +run command(s) after startup (many commands can be separated by semicolons) +.TP .B \-s, \-\-no\-script .br don't load any script at startup |