Skip to content

Commit bd89367

Browse files
committed
torture: Add --do-normal parameter to torture.sh help text
The --do-normal parameter was missing from the torture.sh script's help text, so this commit adds it. Hopefully better late than never! Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent e95f6cc commit bd89367

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ usage () {
9494
echo " --do-kvfree / --do-no-kvfree / --no-kvfree"
9595
echo " --do-locktorture / --do-no-locktorture / --no-locktorture"
9696
echo " --do-none"
97+
echo " --do-normal / --do-no-normal / --no-normal"
9798
echo " --do-rcuscale / --do-no-rcuscale / --no-rcuscale"
9899
echo " --do-rcutasksflavors / --do-no-rcutasksflavors / --no-rcutasksflavors"
99100
echo " --do-rcutorture / --do-no-rcutorture / --no-rcutorture"

0 commit comments

Comments
 (0)