1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

core: fix syntax of option "irc://" in "weechat-curses --help"

This commit is contained in:
Sebastien Helleu
2011-11-01 19:40:46 +01:00
parent d16d11b392
commit 663616fa07
11 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ weechat_display_usage (char *exec_name)
" for example, irc plugin can connect\n"
" to server with url like:\n"
" irc[6][s]://[nickname[:password]@]"
"irc.example.org[/port][//#channel1][,#channel2[...]]\n"
"irc.example.org[:port][/#channel1][,#channel2[...]]\n"
" (look at plugins documentation for more information\n"
" about possible options)\n"));
string_iconv_fprintf(stdout, "\n");