reports/Builder__ReportRunner.st
changeset 97 c6a5d1c4df41
parent 92 545ea8f561b0
child 102 a63aa44303e3
--- 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'!