1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 11:39:02 +01:00

Adds usage in script

This commit is contained in:
prieto 2016-09-30 08:57:45 +02:00
commit d18b23d19c

View file

@ -1,7 +1,7 @@
#!/bin/bash
usage() {
echo -e "Usage : $0 host_of_server instance_name host_of_db number_of_iterations >&2
echo -e "Usage : $0 host_of_server instance_name host_of_db number_of_iterations >&2"
echo -e "Example : create_datas locahost instance_00001 localhost:28015 1000"
echo -e "Example : create_datas locahost instance_00001 localhost 1000"
exit 1