diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index d58674d91a..7fe070b5ae 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-03-16 Dario Rodriguez + + * util/plugin/create_integria_incident.sh: Fixed an error in help text. + 2011-03-16 Dario Rodriguez * util/plugin/integria_plugin/integria_plugin.sh, diff --git a/pandora_server/util/plugin/create_integria_incident.sh b/pandora_server/util/plugin/create_integria_incident.sh index 2802258936..b0fb6cf091 100755 --- a/pandora_server/util/plugin/create_integria_incident.sh +++ b/pandora_server/util/plugin/create_integria_incident.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Integria Plugin for Pandora FMS +# Create Integria Incident Script for Pandora FMS # This plugin uses Integria API # (c) Dario Rodriguez 2011 @@ -16,7 +16,7 @@ INVENTORY="" # Help menu function help { - echo -e "Integria Plugin for Pandora FMS. http://pandorafms.com" + echo -e "Create Integria Incident Script for Pandora FMS. http://pandorafms.com" echo -e "Syntax:" echo -e "\t\t-c : integria console path" echo -e "\t\t-u : user"