Skip to content

Commit f233673

Browse files
committed
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: a115a77 ("torture: Add "make allmodconfig" to torture.sh") Reported-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent a7d89cf commit f233673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testing/selftests/rcutorture/bin/torture.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ usage () {
7171
echo " --configs-rcutorture \"config-file list w/ repeat factor (3*TINY01)\""
7272
echo " --configs-locktorture \"config-file list w/ repeat factor (10*LOCK01)\""
7373
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"
7676
echo " --do-clocksourcewd / --do-no-clocksourcewd"
7777
echo " --do-kasan / --do-no-kasan"
7878
echo " --do-kcsan / --do-no-kcsan"

0 commit comments

Comments
 (0)