git » nmdb » commit 23a5e76

Put the right name in tests' usage string.

author Alberto Bertogli
2007-06-20 21:57:35 UTC
committer Alberto Bertogli
2007-06-20 21:57:35 UTC
parent ad6fe07558a685f31b21ba1fb98f3a07bb9c8b3e

Put the right name in tests' usage string.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

tests/c/1.c +1 -1
tests/c/2.c +1 -1
tests/c/3.c +1 -1
tests/c/del.c +1 -1

diff --git a/tests/c/1.c b/tests/c/1.c
index 388a48b..518313f 100644
--- a/tests/c/1.c
+++ b/tests/c/1.c
@@ -19,7 +19,7 @@ int main(int argc, char **argv)
 	nmdb_t *db;
 
 	if (argc != 4) {
-		printf("Usage: test1 TIMES KEY VAL\n");
+		printf("Usage: 1-* TIMES KEY VAL\n");
 		return 1;
 	}
 
diff --git a/tests/c/2.c b/tests/c/2.c
index 2063418..79a0de1 100644
--- a/tests/c/2.c
+++ b/tests/c/2.c
@@ -19,7 +19,7 @@ int main(int argc, char **argv)
 	nmdb_t *db;
 
 	if (argc != 4) {
-		printf("Usage: test2 TIMES KSIZE VSIZE\n");
+		printf("Usage: 2-* TIMES KSIZE VSIZE\n");
 		return 1;
 	}
 
diff --git a/tests/c/3.c b/tests/c/3.c
index 35771bd..b629254 100644
--- a/tests/c/3.c
+++ b/tests/c/3.c
@@ -19,7 +19,7 @@ int main(int argc, char **argv)
 	nmdb_t *db;
 
 	if (argc != 4) {
-		printf("Usage: test3 TIMES KSIZE VSIZE\n");
+		printf("Usage: 3-* TIMES KSIZE VSIZE\n");
 		return 1;
 	}
 
diff --git a/tests/c/del.c b/tests/c/del.c
index 2948fb4..6bd5607 100644
--- a/tests/c/del.c
+++ b/tests/c/del.c
@@ -19,7 +19,7 @@ int main(int argc, char **argv)
 	nmdb_t *db;
 
 	if (argc != 3) {
-		printf("Usage: test2 TIMES KSIZE\n");
+		printf("Usage: del-* TIMES KSIZE\n");
 		return 1;
 	}