reports/Builder__ReportRunner.st
changeset 225 07dd0c1e4e6d
parent 217 054062587f02
child 230 9e0098682d8c
--- a/reports/Builder__ReportRunner.st	Wed Jan 22 12:22:29 2014 +0100
+++ b/reports/Builder__ReportRunner.st	Fri Jan 24 16:30:31 2014 +0100
@@ -88,7 +88,7 @@
 cmdlineOptionSetup
 
     ^CmdLineOption new
-        short: $s;
+        short: $S;
         long: 'setup';
         description: 'Code executed before tests are loaded and executed';
         action:[:option |
@@ -97,7 +97,7 @@
         yourself
 
     "Created: / 15-05-2013 / 16:50:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 22-01-2014 / 10:00:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-01-2014 / 15:26:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 cmdlineOptionTeardown