From cdd44d8a557f3aa6c064bf669667542178b4a06b Mon Sep 17 00:00:00 2001 From: prascle Date: Tue, 18 Apr 2006 08:27:04 +0000 Subject: [PATCH] PR: clean comments --- bin/runSalome | 4 ++-- bin/runSalome.ksh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/runSalome b/bin/runSalome index 6e7efbc67..d0c37cc5d 100755 --- a/bin/runSalome +++ b/bin/runSalome @@ -47,13 +47,13 @@ fi # --------- # $: ${KERNEL_ROOT_DIR}/bin/salome/runSalome # -# - parameters for launching are taken from $HOME/.salome/salome.launch; +# - parameters for launching are taken from SalomeApp.xml; # - if the config file does not exist, it is created with default values. # # # $: ${KERNEL_ROOT_DIR}/bin/salome/runSalome --modules=GEOM,SMESH,VISU,SUPERV,MED --embedded=registry,study,moduleCatalog,cppContainer --standalone=pyContainer,supervContainer --xterm --killall # -# parameters from command line supersede those from $HOME/.salome/salome.launch +# parameters from command line supersede those from SalomeApp.xml # # Some CORBA servers can be launched in the SALOME_Session_Server's process # (embedded = same process) or in a separate process (standalone): diff --git a/bin/runSalome.ksh b/bin/runSalome.ksh index 970288626..cbee4003d 100644 --- a/bin/runSalome.ksh +++ b/bin/runSalome.ksh @@ -49,13 +49,13 @@ fi # --------- # $: ${KERNEL_ROOT_DIR}/bin/salome/runSalome # -# - parameters for launching are taken from $HOME/.salome/salome.launch; +# - parameters for launching are taken from SalomeApp.xml; # - if the config file does not exist, it is created with default values. # # # $: ${KERNEL_ROOT_DIR}/bin/salome/runSalome --modules=GEOM,SMESH,VISU,SUPERV,MED --embedded=registry,study,moduleCatalog,cppContainer --standalone=pyContainer,supervContainer --xterm --killall # -# parameters from command line supersede those from $HOME/.salome/salome.launch +# parameters from command line supersede those from SalomeApp.xml # # Some CORBA servers can be launched in the SALOME_Session_Server's process # (embedded = same process) or in a separate process (standalone): -- 2.39.2