diff options
-rwxr-xr-x | mbuto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1106,9 +1106,9 @@ usage() { echo " -T collection:test" echo " select a specific test to run" echo " Examples:" - echo " -p kselftests -c net" + echo " -p kselftests -C net" echo " run all the tests in net collection" - echo " -p kselftests -t net:ip_defrag.sh" + echo " -p kselftests -T net:ip_defrag.sh" echo " run ip_defrag.sh from net collection" echo " -s SCRIPT|-" echo " fix-up script to run before init, '-' for none" |