From c16581bab296ec8c65be2db6a75f751f728c1b97 Mon Sep 17 00:00:00 2001 From: kaikas Date: Mon, 24 Nov 2014 17:43:41 +0100 Subject: Fixed usage hints for kiro-test-bandwidth and kiro-test-latency --- test/test-client-bandwidth.c | 2 +- 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
\n"); + printf ("Not enough aruments. Usage: kiro-test-bandwidth
\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
\n"); + printf ("Not enough aruments. Usage: kiro-test-latency
\n"); return -1; } -- cgit v1.2.1