occtl: unban -> unban ip

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-27 08:52:50 +01:00
parent 56bb8e1be1
commit b8b1d5a212

View File

@@ -51,7 +51,7 @@ static const commands_st commands[] = {
"Disconnect the specified user", 1, 1),
ENTRY("disconnect id", "[ID]", handle_disconnect_id_cmd,
"Disconnect the specified ID", 1, 1),
ENTRY("unban", "[IP]", handle_unban_ip_cmd,
ENTRY("unban ip", "[IP]", handle_unban_ip_cmd,
"Unban the specified IP", 1, 1),
ENTRY("reload", NULL, handle_reload_cmd,
"Reloads the server configuration", 1, 1),