Browse Source

Adds usage in script

prieto 8 years ago
parent
commit
d18b23d19c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/create_datas.sh

+ 1
- 1
progs/create_datas.sh View File

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

Loading…
Cancel
Save