All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][rt-tests] Trivial patch for cyclictest
@ 2009-02-09 18:51 Luis Henriques
  0 siblings, 0 replies; only message in thread
From: Luis Henriques @ 2009-02-09 18:51 UTC (permalink / raw)
  To: Clark Williams; +Cc: linux-rt-users, Thomas Gleixner

The help for the -C option was being printed out inside the help of the -c
option.
Signed-off-by: Luis Henriques <henrix@sapo.pt>

---
 src/cyclictest/cyclictest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 2706914..63bf140 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -642,9 +642,9 @@ static void display_help(void)
 	       "-b USEC  --breaktrace=USEC send break trace command when latency > USEC\n"
 	       "-B       --preemptirqs     both preempt and irqsoff tracing (used with -b)\n"
 	       "-c CLOCK --clock=CLOCK     select clock\n"
-	       "-C       --context         context switch tracing (used with -b)\n"
 	       "                           0 = CLOCK_MONOTONIC (default)\n"
 	       "                           1 = CLOCK_REALTIME\n"
+	       "-C       --context         context switch tracing (used with -b)\n"
 	       "-d DIST  --distance=DIST   distance of thread intervals in us default=500\n"
 	       "-E       --event           event tracing (used with -b)\n"
 	       "-f       --ftrace          function trace (when -b is active)\n"
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-09 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 18:51 [PATCH][rt-tests] Trivial patch for cyclictest Luis Henriques

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.