selftests: Make the usage formatting consistent in kselftest_deps.sh
authorGautam Menghani <gautammenghani201@gmail.com>
Thu, 23 Jun 2022 03:48:32 +0000 (09:18 +0530)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 27 Jun 2022 20:14:27 +0000 (14:14 -0600)
Add a colon in the "Optional" test usage message to ensure consistency
with the "Default" test usage message.

Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/kselftest_deps.sh

index 00e60d6..708cb54 100755 (executable)
@@ -26,7 +26,7 @@ echo "  main Makefile when optional -p is specified."
 echo "- Prints pass/fail dependency check for each tests/sub-test."
 echo "- Prints pass/fail targets and libraries."
 echo "- Default: runs dependency checks on all tests."
-echo "- Optional test name can be specified to check dependencies for it."
+echo "- Optional: test name can be specified to check dependencies for it."
 exit 1
 
 }