diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml
index a6b5dc277bb..c71da77a4f1 100644
--- a/src/main/docbkx/developer.xml
+++ b/src/main/docbkx/developer.xml
@@ -874,12 +874,13 @@ $ rsync -av 0.96.0RC0 people.apache.org:public_html
Alternatively, you may limit the shell tests that run using the system variable
- shell.test. This value may specify a particular test case by name. For
- example, the tests that cover the shell commands for altering tables are contained in the test
- case AdminAlterTableTest and you can run them with:
+ shell.test. This value should specify the ruby literal equivalent of a
+ particular test case by name. For example, the tests that cover the shell commands for
+ altering tables are contained in the test case AdminAlterTableTest
+ and you can run them with:
- mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
+ mvn clean test -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
You may also use a