changed: #cmdlineOptionReport
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 31 Oct 2012 13:42:40 +0100
changeset 97 c6a5d1c4df41
parent 96 1ce506fc7d85
child 98 b703917814f9
changed: #cmdlineOptionReport
reports/Builder__ReportRunner.st
--- a/reports/Builder__ReportRunner.st	Thu Oct 25 15:13:58 2012 +0200
+++ b/reports/Builder__ReportRunner.st	Wed Oct 31 13:42:40 2012 +0100
@@ -50,7 +50,7 @@
 
     ^CmdLineOption new
         short: $r;
-        long: '--report';
+        long: 'report';
         description: 'Report to run';
         action:[:option |
             report := Smalltalk at: option asSymbol.
@@ -63,6 +63,7 @@
         ]
 
     "Created: / 06-11-2011 / 09:45:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-10-2012 / 12:40:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ReportRunner class methodsFor:'defaults'!