patch from Hans-Peter Bock <Hans-Peter.Bock@isw.uni-stuttgart.de>

correcting units in help message for cyclictest
This commit is contained in:
Clark Williams 2009-10-07 09:14:20 -05:00
parent 82ca52c27b
commit d0a65eb5a0
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ static void display_help(int error)
"-l LOOPS --loops=LOOPS number of loops: default=0(endless)\n"
"-m --mlockall lock current and future memory allocations\n"
"-n --nanosleep use clock_nanosleep\n"
"-N --nsecs print results in ns instead of ms (default ms)\n"
"-N --nsecs print results in ns instead of us (default us)\n"
"-o RED --oscope=RED oscilloscope mode, reduce verbose output by RED\n"
"-O TOPT --traceopt=TOPT trace option\n"
"-p PRIO --prio=PRIO priority of highest prio thread\n"