diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml
index 3300c42298d..3475c8dd421 100644
--- a/src/main/docbkx/developer.xml
+++ b/src/main/docbkx/developer.xml
@@ -615,7 +615,7 @@ There is one report for small tests, and one report for medium and large tests i
pass multiple, individual tests as a comma-delimited list:
mvn test -Dtest=MyTest1,MyTest2,MyTest3
You can also pass a package, which will run all tests under the package:
-mvn test -Dtest=org.apache.hadoop.hbase.client.*
+mvn test '-Dtest=org.apache.hadoop.hbase.client.*'