1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

irc: fix help of /connect command: the server is optional

This commit is contained in:
Sébastien Helleu
2019-06-22 08:42:38 +02:00
parent ca73fabc72
commit b0ad684f6b
20 changed files with 44 additions and 41 deletions
+1 -1
View File
@@ -6433,7 +6433,7 @@ irc_command_init ()
weechat_hook_command (
"connect",
N_("connect to IRC server(s)"),
N_("<server> [<server>...] [-<option>[=<value>]] [-no<option>] "
N_("[<server> [<server>...]] [-<option>[=<value>]] [-no<option>] "
"[-nojoin] [-switch]"
" || -all|-auto|-open [-nojoin] [-switch]"),
N_(" server: server name, which can be:\n"