aboutgitcode
diff options
context:
space:
mode:
-rwxr-xr-xmbuto4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbuto b/mbuto
index 3a66a6e..4565a19 100755
--- a/mbuto
+++ b/mbuto
@@ -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"