diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index adfd6d3a9e..2d05c2d761 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2011-03-16 Dario Rodriguez + + * util/plugin/babel_plugin/babel_plugin.sh: Fixed an error in help text + with a wrong parameter. + * util/plugin/babel_plugin/README: Improved README text. + 2011-03-16 Dario Rodriguez * util/plugin/babel_plugin/README: Create README file for babel plugin diff --git a/pandora_server/util/plugin/babel_plugin/README b/pandora_server/util/plugin/babel_plugin/README index ebcd8cef32..ab9a6f6733 100644 --- a/pandora_server/util/plugin/babel_plugin/README +++ b/pandora_server/util/plugin/babel_plugin/README @@ -19,3 +19,7 @@ This plugin has the following requirements: If you need more information about plugin parameters just type: $> ./babel_plugin -h + +You can see more information about Babel Enterprise API at: + +http://www.openideas.info/wiki/index.php?title=Babel diff --git a/pandora_server/util/plugin/babel_plugin/babel_plugin.sh b/pandora_server/util/plugin/babel_plugin/babel_plugin.sh index 9906a044f7..116d719d1e 100755 --- a/pandora_server/util/plugin/babel_plugin/babel_plugin.sh +++ b/pandora_server/util/plugin/babel_plugin/babel_plugin.sh @@ -22,7 +22,7 @@ function help { echo -e "\t\t[-f] : parameters (default '')" echo -e "\t\t[-s] : separator token (default ',')" echo -e "Samples:" - echo " ./babel_plugin.sh -s http://127.0.0.1/babel_console -u user -r host_risk -f main_server" + echo " ./babel_plugin.sh -c http://127.0.0.1/babel_console -u user -r host_risk -f main_server" echo "" exit }