On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > Per commit 79ad2eca9abe ("COPYING file and cyclictest's man page added"), > "-h" as a flag is an invalid left-over from the template the manpage was > based on. > > Remove it from the cyclictest's flags list, as "-h" is actually a > shorthand for "--histogram", which is already documented. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index 76b10f3..c1a7b29 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -17,7 +17,7 @@ > cyclictest \- High resolution test program > .SH SYNOPSIS > .SY cyclictest > -.RI "[ \-hfmnqrsvMS ] [\-a " proc " ] [\-A " align " ] [\-b " usec " ] [\-c " clock " ] [\-d " dist " ] \ > +.RI "[ \-fmnqrsvMS ] [\-a " proc " ] [\-A " align " ] [\-b " usec " ] [\-c " clock " ] [\-d " dist " ] \ > [\-h " histogram " ] [\-i " intv " ] [\-\-json " filename " ] [\-l " loop " ] [\-o " red " ] \ > [\-p " prio " ] [\-t " num " ] [\-D " time " ]" > > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> (it kind of works anyway, since we get a usage message when histogram doesn't have a value)