diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-26 11:36:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-26 11:36:41 +0100 |
commit | 873bcfc9f05c3bd6f15b6f1a16cdabe5d164c787 (patch) | |
tree | a135bede8ffdfe95b2e8faa8ad968434aa37e318 /doc | |
parent | eabf21098d88061799709b9ff3cf5eeb90029dd6 (diff) | |
download | weechat-873bcfc9f05c3bd6f15b6f1a16cdabe5d164c787.zip |
Add command line option "-s" (or "--no-script") to start WeeChat without loading any script
Diffstat (limited to 'doc')
-rw-r--r-- | doc/weechat-curses.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/weechat-curses.1 b/doc/weechat-curses.1 index f18a46d1b..14c866e00 100644 --- a/doc/weechat-curses.1 +++ b/doc/weechat-curses.1 @@ -1,4 +1,4 @@ -.TH WEECHAT 1 "January 2010" "FlashCode" +.TH WEECHAT 1 "February 2010" "FlashCode" .SH NAME weechat-curses \- Wee Enhanced Environment for Chat (Curses version) @@ -43,6 +43,10 @@ display program license .br don't load any plugin at startup .TP +.B \-s, \-\-no\-script +.br +don't load any script at startup +.TP .B \-v, \-\-version .br display WeeChat version |