]> SALOME platform Git repositories - modules/kernel.git/blobdiff - bin/salomeContext.py
Salome HOME
Complete documentation with option --with-env-modules
[modules/kernel.git] / bin / salomeContext.py
index 41bbb9d0bdf89ba21a6fd443a8ebc1607cdc6933..bc882733fb9460f916386658f35fca42ceab317e 100755 (executable)
@@ -35,7 +35,7 @@ from salomeContextUtils import SalomeContextException
 
 def usage():
   msg = '''\
-Usage: salome [command] [options] [--config=<file,folder,...>]
+Usage: salome [command] [options] [--config=<file,folder,...>] [--with-env-modules=<env_module1,env_module2,...>]
 
 Commands:
 =========
@@ -71,6 +71,11 @@ Command options:
     Initialize SALOME context from a list of context files and/or a list
     of folders containing context files. The list is comma-separated, without
     any blank characters.
+
+--with-env-modules=<env_module1,env_module2,...>
+================================================
+    Initialize SALOME context with the provided additional environment modules.
+    The list is comma-separated, without any blank characters.
 '''
 
   print(msg)