From 9a97565a609b91389e07203c24671c6f0922ed5f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 26 Feb 2015 20:49:39 +0100 Subject: [PATCH] occtl: rename show ip points to show ip ban points --- src/occtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/occtl.c b/src/occtl.c index a15e7dc2..ce411971 100644 --- a/src/occtl.c +++ b/src/occtl.c @@ -61,7 +61,7 @@ static const commands_st commands[] = { "Prints the connected users", 1, 1), ENTRY("show ip bans", NULL, handle_list_banned_ips_cmd, "Prints the banned IP addresses", 1, 1), - ENTRY("show ip points", NULL, handle_list_banned_points_cmd, + ENTRY("show ip ban points", NULL, handle_list_banned_points_cmd, "Prints all the known IP addresses which have points", 1, 1), ENTRY("show user", "[NAME]", handle_show_user_cmd, "Prints information on the specified user", 1, 1),