selftests: Make the usage formatting consistent in kselftest_deps.sh
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>
This commit is contained in:
parent
3297a4df80
commit
18afe1bf05
|
@ -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
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue