diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-22 08:42:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-22 08:42:38 +0200 |
commit | b0ad684f6bbc479e63588d808e47cf81535fb949 (patch) | |
tree | c0cd8c6d4019016e23d3776bdcc3218e675db130 /src/plugins/irc/irc-command.c | |
parent | ca73fabc722e2ebe98b4e406ee804e6ef96c3a78 (diff) | |
download | weechat-b0ad684f6bbc479e63588d808e47cf81535fb949.zip |
irc: fix help of /connect command: the server is optional
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-rw-r--r-- | src/plugins/irc/irc-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 531196138..19f42f1e6 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -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" |