From a8aab036a4fa96f6bc9042e6dd8d9125619fc6ac Mon Sep 17 00:00:00 2001 From: darode Date: Wed, 16 Mar 2011 11:21:23 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4096 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/util/plugin/babel_plugin/README | 4 ++++ pandora_server/util/plugin/babel_plugin/babel_plugin.sh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 }