2011-03-16 Dario Rodriguez <dario.rodriguez@artica.es>

* 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
This commit is contained in:
darode 2011-03-16 11:21:23 +00:00
parent 6ebc9dc434
commit a8aab036a4
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-03-16 Dario Rodriguez <dario.rodriguez@artica.es>
* 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 <dario.rodriguez@artica.es>
* util/plugin/babel_plugin/README: Create README file for babel plugin

View File

@ -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

View File

@ -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
}