diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 57f48f90a929d36532d4e58de966a075f1731df9..c51b8869f109d0df05af4cef95db7cc1eea7ca24 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -170,8 +170,8 @@
 
 // Ensure all test locks are released once finished. If tests are run with a
 // concurrency of 1 the each test will clean up its own lock. Test locks are
-// not released if using a higher concurrency to ensure each test method has
-// unique fixtures.
+// not released if using a higher concurrency to ensure each test has unique
+// fixtures.
 TestDatabase::releaseAllTestLocks();
 
 // Display results before database is cleared.
@@ -273,9 +273,6 @@ function simpletest_script_help() {
               (e.g., 'node')
 
   --class     Run tests identified by specific class names, instead of group names.
-              A specific test method can be added, for example,
-              'Drupal\book\Tests\BookTest::testBookExport'. This argument must
-              be last on the command line.
 
   --file      Run tests identified by specific file names, instead of group names.
               Specify the path and the extension