mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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>
This commit is contained in:
parent
e95f6ccdbc
commit
bd89367e05
|
|
@ -94,6 +94,7 @@ usage () {
|
|||
echo " --do-kvfree / --do-no-kvfree / --no-kvfree"
|
||||
echo " --do-locktorture / --do-no-locktorture / --no-locktorture"
|
||||
echo " --do-none"
|
||||
echo " --do-normal / --do-no-normal / --no-normal"
|
||||
echo " --do-rcuscale / --do-no-rcuscale / --no-rcuscale"
|
||||
echo " --do-rcutasksflavors / --do-no-rcutasksflavors / --no-rcutasksflavors"
|
||||
echo " --do-rcutorture / --do-no-rcutorture / --no-rcutorture"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user