Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

torture: Make torture.sh help message match reality

This commit fixes a couple of typos: s/--doall/--do-all/ and
s/--doallmodconfig/--do-allmodconfig/.

[ paulmck: Add Fixes: supplied by Paul Menzel. ]

Fixes: a115a775a8d5 ("torture: Add "make allmodconfig" to torture.sh")
Reported-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

+2 -2
+2 -2
tools/testing/selftests/rcutorture/bin/torture.sh
··· 71 71 echo " --configs-rcutorture \"config-file list w/ repeat factor (3*TINY01)\"" 72 72 echo " --configs-locktorture \"config-file list w/ repeat factor (10*LOCK01)\"" 73 73 echo " --configs-scftorture \"config-file list w/ repeat factor (2*CFLIST)\"" 74 - echo " --doall" 75 - echo " --doallmodconfig / --do-no-allmodconfig" 74 + echo " --do-all" 75 + echo " --do-allmodconfig / --do-no-allmodconfig" 76 76 echo " --do-clocksourcewd / --do-no-clocksourcewd" 77 77 echo " --do-kasan / --do-no-kasan" 78 78 echo " --do-kcsan / --do-no-kcsan"