diff options
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 80771d700..0e36a4a28 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -89,12 +89,14 @@ " or: %s [irc[6][s]://[nickname[:password]@]irc.example.org[:port][/channel][,channel[...]]\n\n" #define WEE_USAGE2 \ + " -a, --no-connect disable auto-connect to servers at startup\n" \ " -c, --config display config file options\n" \ " -f, --key-functions display WeeChat internal functions for keys\n" \ " -h, --help this help\n" \ " -i, --irc-commands display IRC commands\n" \ " -k, --keys display WeeChat default keys\n" \ " -l, --license display WeeChat license\n" \ + " -p, --no-plugin don't load any plugin at startup\n" \ " -v, --version display WeeChat version\n" \ " -w, --weechat-commands display WeeChat commands\n\n" |