Commit 18afe1bf authored by Gautam Menghani's avatar Gautam Menghani Committed by Shuah Khan
Browse files

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: default avatarGautam Menghani <gautammenghani201@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 3297a4df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

}