From ab0a2ac9c36854d3e9ebdbace5ccddc45029f839 Mon Sep 17 00:00:00 2001 From: Sevinj Aghayeva Date: Sun, 17 Apr 2022 13:27:18 -0400 Subject: mbuto: fix the help error message The examples in the help error message still show -c and -t suboptions when choosing specific kselftest collections and tests. Capitalize them to match the actual suboptions. Signed-off-by: Sevinj Aghayeva --- mbuto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbuto') 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" -- cgit v1.2.3