StandaloneStartup.st
changeset 23422 ed09984cc665
parent 23421 99e827978ecc
child 23425 21edd7a6b660
--- a/StandaloneStartup.st	Thu Oct 11 10:59:55 2018 +0200
+++ b/StandaloneStartup.st	Thu Oct 11 13:27:23 2018 +0200
@@ -818,7 +818,7 @@
     ^ self applicationName asLowercase,'Start.rc'
 
     "
-     ExpeccoStartup startupFilename -> 'expecco.rc'
+     ExpeccoStartup startupFilename -> 'expeccoStart.rc'
     "
 
     "Created: / 19-09-2006 / 16:38:28 / cg"
@@ -829,6 +829,7 @@
 handleRCFileOptionsFromArguments:argv
     "handle rc-file command line arguments:
         --rcFileName ......... define a startup rc-file
+                               (defaults to <appname>Start.rc)    
     "
 
     |idx nextArg rcFilename|
@@ -1051,6 +1052,7 @@
         --verbose (-V) ....... be verbose during startup
         --debug .............. enable debugger & inspector
         --rcFileName ......... define a startup rc-file
+                               (defaults to <appname>Start.rc)    
         --scripting portNr ... start a scripting server
         --allowHost host ..... add host to the allowed scripting hosts
     "