Fixed setup option, meant to be -S
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 Jan 2014 16:30:31 +0100
changeset 225 07dd0c1e4e6d
parent 224 9a6fb3d14e65
child 226 a48cbce777eb
Fixed setup option, meant to be -S
reports/Builder__ReportRunner.st
--- 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