summaryrefslogtreecommitdiff
path: root/src/common/weechat.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-01-24 21:53:22 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-01-24 21:53:22 +0000
commitc9a469f51b0e65f2cc56eef13de2856dcda1fe2a (patch)
tree89ad2e92606abc055ce824d526d25b2052b6809d /src/common/weechat.h
parent69cb87251e20aa759675e12e72deb39899e69ee2 (diff)
downloadweechat-c9a469f51b0e65f2cc56eef13de2856dcda1fe2a.zip
Channel can be specified at the end of command line URL with /channel
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r--src/common/weechat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h
index 8fcf09efe..51b0cf9e9 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.h
@@ -79,7 +79,8 @@
#define WEE_USAGE1 \
PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \
"\nDeveloped by FlashCode, Bounga and Xahlexx - " WEECHAT_WEBSITE "\n\n" \
- "Usage: %s [options ...] [irc://nick[:passwd]@irc.example.org[:port] ...]\n\n"
+ "Usage: %s [options ...]\n" \
+ " or: %s [irc://[nickname[:password]@]irc.example.org[:port][/channel] ...]\n\n"
#define WEE_USAGE2 \
" -c, --config config file help (list of options)\n" \