diff options
-rw-r--r-- | test/test-client-bandwidth.c | 2 | ||||
-rw-r--r-- | test/test-client-latency.c | 2 |
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; } |