* [PATCH]Fix minor grammar mistake in the help output
@ 2015-03-03 13:48 John Kacur
0 siblings, 0 replies; only message in thread
From: John Kacur @ 2015-03-03 13:48 UTC (permalink / raw)
To: rt-users; +Cc: Clark Williams, Steven Rostedt
>From ddc409343e19cb2bbc75869a18cbf9b8a5343f31 Mon Sep 17 00:00:00 2001
From: John Kacur <jkacur@redhat.com>
Date: Tue, 3 Mar 2015 14:17:57 +0100
Subject: [PATCH] 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>
---
src/rt-migrate-test/rt-migrate-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rt-migrate-test/rt-migrate-test.c b/src/rt-migrate-test/rt-migrate-test.c
index 67e1e6c82fe4..fc6fd81ba9ca 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);
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-03 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 13:48 [PATCH]Fix minor grammar mistake in the help output John Kacur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).