degesch: fix /server usage

This commit is contained in:
Přemysl Eric Janouch 2015-08-06 23:27:35 +02:00
parent 1dd464f35c
commit 4ab247ead0
1 changed files with 1 additions and 1 deletions

View File

@ -8080,7 +8080,7 @@ g_command_handlers[] =
handle_command_invite, HANDLER_SERVER | HANDLER_CHANNEL_LAST },
{ "server", "Manage servers",
"list | add <name> | delete <name> | rename <old> <new>",
"list | add <name> | remove <name> | rename <old> <new>",
handle_command_server, 0 },
{ "connect", "Connect to the server",
"[<server>]",