diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-18 23:53:34 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-01-18 23:53:34 +0000 |
commit | 38bf163c173395571ca2772eda23bf162713a912 (patch) | |
tree | 0cf263e2f4e03380d02f25e9a0f5508f69ca035a /src/common/weechat.h | |
parent | 09a36a5d8ee6025822acfe6c9ac6d578f98323e4 (diff) | |
download | weechat-38bf163c173395571ca2772eda23bf162713a912.zip |
Servers allowed on command line (irc://nick:passwd@irc.example.org:port)
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 5ab30e049..58a3b72d9 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -76,11 +76,14 @@ "along with this program; if not, write to the Free Software\n" \ "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n" -#define WEE_USAGE \ +#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" + +#define WEE_USAGE2 \ " -c, --config config file help (list of options)\n" \ - " -h, --help this help screen\n", \ + " -h, --help this help screen\n" \ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n" |