diff --git a/docs/en_us/internal/testing.md b/docs/en_us/internal/testing.md
index 7d05c5f46f0d9f9985b080d29817b3fd6c402965..afd24f665174846c18c7528f829744258a365dc7 100644
--- a/docs/en_us/internal/testing.md
+++ b/docs/en_us/internal/testing.md
@@ -404,6 +404,10 @@ More specific options are below.
 
 		paver run_quality --percentage=100
 
+* Note that 'fixme' violations are not counted with run_quality. To see all 'TODO' lines, use:
+
+		paver find_fixme --system=lms
+`system` is an optional argument here. It defaults to `cms,lms,common`.
 
 
 ## Testing using queue servers