summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaikas <kaiaksnortheast@googlemail.com>2014-11-24 17:43:41 +0100
committerkaikas <kaiaksnortheast@googlemail.com>2014-11-24 17:43:41 +0100
commitc16581bab296ec8c65be2db6a75f751f728c1b97 (patch)
tree49e53e0a1dcbda46e9b1dfa4892b8cc8ef3eb70c
parent5235e634860744f0b1251b0e50e89446f93381c2 (diff)
downloadkiro-c16581bab296ec8c65be2db6a75f751f728c1b97.tar.gz
kiro-c16581bab296ec8c65be2db6a75f751f728c1b97.tar.bz2
kiro-c16581bab296ec8c65be2db6a75f751f728c1b97.tar.xz
kiro-c16581bab296ec8c65be2db6a75f751f728c1b97.zip
Fixed usage hints for kiro-test-bandwidth and kiro-test-latency
-rw-r--r--test/test-client-bandwidth.c2
-rw-r--r--test/test-client-latency.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test-client-bandwidth.c b/test/test-client-bandwidth.c
index 287584a..cb05473 100644
--- a/test/test-client-bandwidth.c
+++ b/test/test-client-bandwidth.c
@@ -10,7 +10,7 @@ int
main ( int argc, char *argv[] )
{
if (argc < 3) {
- printf ("Not enough aruments. Usage: ./client <address> <port>\n");
+ printf ("Not enough aruments. Usage: kiro-test-bandwidth <address> <port>\n");
return -1;
}
diff --git a/test/test-client-latency.c b/test/test-client-latency.c
index 676dfe4..d05747d 100644
--- a/test/test-client-latency.c
+++ b/test/test-client-latency.c
@@ -10,7 +10,7 @@ int
main ( int argc, char *argv[] )
{
if (argc < 3) {
- printf ("Not enough aruments. Usage: ./client <address> <port>\n");
+ printf ("Not enough aruments. Usage: kiro-test-latency <address> <port>\n");
return -1;
}