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:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user