summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2015-03-03 14:17:57 +0100
committerJohn Kacur <jkacur@redhat.com>2015-03-03 14:45:29 +0100
commitddc409343e19cb2bbc75869a18cbf9b8a5343f31 (patch)
treefd2a1d733c38a920a1a3e13a02f6f5c96a93724e
parent1207d5bdc0258716c753f17ef6171f5c9d8c96b6 (diff)
downloadrt-tests-ddc409343e19cb2bbc75869a18cbf9b8a5343f31.tar.gz
Fix minor grammar mistake in the help output
Change "quick" to quicker, so the help message reads -c --check Stop if lower prio task is quicker than higher (off) Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/rt-migrate-test/rt-migrate-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt-migrate-test/rt-migrate-test.c b/src/rt-migrate-test/rt-migrate-test.c
index 67e1e6c..fc6fd81 100644
--- a/src/rt-migrate-test/rt-migrate-test.c
+++ b/src/rt-migrate-test/rt-migrate-test.c
@@ -186,7 +186,7 @@ static void usage(char **argv)
"-s time --sleep-time time Sleep time (ms) between intervals (100)\n"
"-m time --maxerr time Max allowed error (microsecs)\n"
"-l loops --loops loops Number of iterations to run (50)\n"
- "-c --check Stop if lower prio task is quick than higher (off)\n"
+ "-c --check Stop if lower prio task is quicker than higher (off)\n"
" () above are defaults \n",
p);
exit(0);