Skip to content

Commit 29fa7d7

Browse files
bharadwaj-rajuJoelgranados
authored andcommitted
selftests/sysctl: fix wording of help messages
Change wording of test number recommendation to "the recommended number of times". Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com> Signed-off-by: Joel Granados <joel.granados@kernel.org>
1 parent ae9ebda commit 29fa7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/testing/selftests/sysctl/sysctl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ list_tests()
857857
echo
858858
echo "TEST_ID x NUM_TEST"
859859
echo "TEST_ID: Test ID"
860-
echo "NUM_TESTS: Number of recommended times to run the test"
860+
echo "NUM_TESTS: Recommended number of times to run the test"
861861
echo
862862
echo "0001 x $(get_test_count 0001) - tests proc_dointvec_minmax()"
863863
echo "0002 x $(get_test_count 0002) - tests proc_dostring()"
@@ -884,7 +884,7 @@ usage()
884884
echo "Valid tests: 0001-$MAX_TEST"
885885
echo ""
886886
echo " all Runs all tests (default)"
887-
echo " -t Run test ID the number amount of times is recommended"
887+
echo " -t Run test ID the recommended number of times"
888888
echo " -w Watch test ID run until it runs into an error"
889889
echo " -c Run test ID once"
890890
echo " -s Run test ID x test-count number of times"
@@ -898,7 +898,7 @@ usage()
898898
echo Example uses:
899899
echo
900900
echo "$TEST_NAME.sh -- executes all tests"
901-
echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recommended"
901+
echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 the recommended number of times"
902902
echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs"
903903
echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once"
904904
echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times"

0 commit comments

Comments
 (0)