diff --git a/docs/command-line.md b/docs/command-line.md
index d1d4bd4a..45df5e3f 100644
--- a/docs/command-line.md
+++ b/docs/command-line.md
@@ -20,6 +20,7 @@ Click one of the followings links to take you straight to that option - or scrol
+ ` --list-test-names-and-sources`
` --list-test-names-only`
` --list-reporters`
` --order`
@@ -176,6 +177,12 @@ Provide the name of a file that contains a list of test case names - one per lin
A useful way to generate an initial instance of this file is to use the list-test-names-only option. This can then be manually curated to specify a specific subset of tests - or in a specific order.
+
+## Test names and source files
+
--list-test-names-and-sources+ +This option lists all available tests in a non-indented form on one line followed by it's source file and line number on the next line. + ## Just test names
--list-test-names-only