diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 22:13:43 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 22:13:43 +0100 |
commit | 5429381cb6b4571601b6a792da6761b48356a3c8 (patch) | |
tree | a7fefe4e2976ac5ce267d0d5e1ddd3a5b1bb8fd7 /src/plugins | |
parent | 7c5ae208fdea36175ab92af63e33641d2006fc50 (diff) | |
download | weechat-5429381cb6b4571601b6a792da6761b48356a3c8.zip |
irc: fix name of option "-temp" in /help server
Diffstat (limited to 'src/plugins')
-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 78611c786..b157f62fb 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -6685,7 +6685,7 @@ irc_command_init () " server: server name, for internal and display use\n" "hostname: name or IP address of server, with optional port " "(default: 6667), many addresses can be separated by a comma\n" - " temp: add a temporary server (not saved)\n" + " -temp: add a temporary server (not saved)\n" " option: set option for server (for boolean option, value can be " "omitted)\n" "nooption: set boolean option to 'off' (for example: -nossl)\n" |