From b330331e85989478ebd9d78b03f60e6b91076608 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Fri, 17 Jun 2016 10:36:46 +0200 Subject: [PATCH] fixed help line. Ticket #3525. (cherry picked from commit 06589a7224f11965517e13098ce8d67924f78208) --- pandora_server/util/pandora_manage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index de8d4881f7..f777b8081c 100644 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -114,7 +114,7 @@ sub help_screen{ help_screen_line('--get_all_planned_downtimes', ' [ ]', 'Get all planned downtime'); help_screen_line('--get_planned_downtimes_items', ' [ ]', 'Get all items of planned downtimes'); help_screen_line('--set_planned_downtimes_deleted', ' ', 'Deleted a planned downtime'); - help_screen_line('--get_module_id', ' ', 'Get the id of an module'); + help_screen_line('--get_module_id', ' ', 'Get the id of an module'); help_screen_line('--get_agent_group', '', 'Get the group name of an agent'); help_screen_line('--get_agent_group_id', '', 'Get the group ID of an agent'); help_screen_line('--get_agent_modules', '', 'Get the modules of an agent');