linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix argument -C on cyclictest
@ 2009-04-19 15:09 trem
  2009-04-19 17:52 ` Uwe Kleine-König
  0 siblings, 1 reply; 4+ messages in thread
From: trem @ 2009-04-19 15:09 UTC (permalink / raw)
  To: linux-rt-users

The argument -C isn't used in cyclictest, only --context is recognized.

Signed-off-by: trem <trem@mandriva.org>
---
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index f878217..e67d0d3 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -777,7 +777,7 @@ static void process_options (int argc, char *argv[])
                        {"help", no_argument, NULL, '?'},
                        {NULL, 0, NULL, 0}
                };
-               int c = getopt_long (argc, argv, "a::b:Bc:d:fh:i:Il:nNo:p:Pmqrst::vD:",
+               int c = getopt_long (argc, argv, "a::b:Bc:Cd:fh:i:Il:nNo:p:Pmqrst::vD:",
                        long_options, &option_index);
                if (c == -1)
                        break;


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-20 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 15:09 [PATCH] fix argument -C on cyclictest trem
2009-04-19 17:52 ` Uwe Kleine-König
2009-04-20 14:14   ` GeunSik Lim
2009-04-20 19:16     ` Clark Williams

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).