reports/Builder__LintReport.st
changeset 233 8ea8b3692704
parent 203 297a4be47446
child 254 9272fef1d474
--- a/reports/Builder__LintReport.st	Tue May 27 18:06:01 2014 +0200
+++ b/reports/Builder__LintReport.st	Tue May 27 18:06:08 2014 +0200
@@ -43,13 +43,14 @@
     ^CmdLineOption new
         short: $s;
         long: 'ruleset';
-        description: 'Rule set ';
+        description: 'defines set of rules to check against.';
         action:[:option |
             self setupRulesFrom: option.
         ];
         yourself
 
     "Created: / 28-02-2013 / 23:13:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 27-05-2014 / 16:54:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !LintReport methodsFor:'generating'!