diff options
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" |