Better command line help for standalone report runner.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 27 May 2014 18:06:08 +0200
changeset 233 8ea8b3692704
parent 232 3c3f5f58ddeb
child 234 b48196ea5f68
Better command line help for standalone report runner.
reports/Builder__LintReport.st
--- 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'!