nitunit: suites in docunits have a name
[nit.git] / src / doc / doc_phases / doc_test.nit
index ddb5eb7..4d68d2a 100644 (file)
@@ -23,7 +23,7 @@ import counter
 redef class ToolContext
 
        # File pattern used to link documentation to source code.
-       var opt_test = new OptionBool("print test data", "--test")
+       var opt_test = new OptionBool("Print test data (metrics and structure)", "--test")
 
        redef init do
                super