Tiny fix in help formatting
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Jun 2014 12:26:26 +0200
changeset 243 625f6907682a
parent 242 d9479f1e61fa
child 244 4ff4a2444d1a
Tiny fix in help formatting
reports/Builder__ReportRunner.st
--- a/reports/Builder__ReportRunner.st	Mon Jun 16 12:24:47 2014 +0200
+++ b/reports/Builder__ReportRunner.st	Mon Jun 16 12:26:26 2014 +0200
@@ -342,8 +342,8 @@
         options do:[:option |                
             | optlen |  
 
-            Stderr nextPutAll: '  '.
             option short notNil ifTrue:[ 
+                Stderr nextPutAll: '  '.
                 Stderr nextPut: $-; nextPut: option short; space.
                 optlen := 2.
                 option hasParam ifTrue:[ 
@@ -379,7 +379,12 @@
         ]
     ]
 
+    "
+    ReportRunner usageForReportClass: TestReport.
+    "
+
     "Created: / 27-05-2014 / 16:42:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 16-06-2014 / 11:25:36 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ReportRunner class methodsFor:'startup-to be redefined'!