Message ID | 20250424204843.79193-1-jkacur@redhat.com |
---|---|
State | New |
Headers | show |
Series | [1/5] rt-tests: cyclicdeadline: Fix usage for duration | expand |
diff --git a/src/sched_deadline/cyclicdeadline.c b/src/sched_deadline/cyclicdeadline.c index 32fd0d0e280f..04e61edc68d8 100644 --- a/src/sched_deadline/cyclicdeadline.c +++ b/src/sched_deadline/cyclicdeadline.c @@ -688,7 +688,7 @@ static void usage(int error) "-a [CPUSET] --affinity Comma/hyphen separated list of CPUs to run deadline\n" " tasks on. An empty CPUSET runs on all CPUs a deadline\n" " task.\n" - "-D TIME --duration Specify a length for the test run.\n" + "-D TIME --duration Specify a length in seconds for the test run.\n" " Append 'm', 'h', or 'd' to specify minutes, hours or\n" " days\n" "-h --help Show this help menu.\n"
Fix the usage message for the -D or --duration option to indicate that the default length is in seconds if you don't append 'm', 'h', or 'd' for minutes, hours or days. Signed-off-by: John Kacur <jkacur@redhat.com> --- src/sched_deadline/cyclicdeadline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)