Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gautam Menghani and committed by
Shuah Khan
18afe1bf 3297a4df

+1 -1
+1 -1
tools/testing/selftests/kselftest_deps.sh
··· 26 26 echo "- Prints pass/fail dependency check for each tests/sub-test." 27 27 echo "- Prints pass/fail targets and libraries." 28 28 echo "- Default: runs dependency checks on all tests." 29 - echo "- Optional test name can be specified to check dependencies for it." 29 + echo "- Optional: test name can be specified to check dependencies for it." 30 30 exit 1 31 31 32 32 }