#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 14:37:07 +0100
changeset 25105 8885d4f6989b
parent 25104 9625a3c8851e
child 25106 b7d9191aa726
#UI_ENHANCEMENT by cg class: StandaloneStartup class changed: #usage
StandaloneStartup.st
--- a/StandaloneStartup.st	Fri Dec 13 14:07:46 2019 +0100
+++ b/StandaloneStartup.st	Fri Dec 13 14:37:07 2019 +0100
@@ -1251,6 +1251,7 @@
 usage
     Stderr nextPutLine:'usage: ',self applicationName,' [options...]'.
     Stderr nextPutLine:'  --help .................. output this message'.
+    Stderr nextPutLine:'  --version ............... print version & exit'.
     Stderr nextPutLine:'  --verbose ............... verbose startup'.
     self isHeadless ifFalse:[
         Stderr nextPutLine:'  --noBanner .............. no splash screen'.