diff --git a/docs/command-line.md b/docs/command-line.md
index 45df5e3f..1c9f92bf 100644
--- a/docs/command-line.md
+++ b/docs/command-line.md
@@ -22,6 +22,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-tests-and-sources`
` --list-reporters`
` --order`
` --rng-seed`
@@ -189,6 +190,12 @@ This option lists all available tests in a non-indented form on one line followe
This option lists all available tests in a non-indented form, one on each line. This makes it ideal for saving to a file and feeding back into the ```-f``` or ```--input-file``` option.
+
+## Just test names
+
--list-tests-and-sources+ +Equivalent to ```-l``` or ```--list-tests``` with the source files included. + ## Specify the order test cases are run