Salome HOME
Complete documentation with option --with-env-modules
authorGilles DAVID <gilles-g.david@edf.fr>
Wed, 15 Mar 2023 12:33:53 +0000 (13:33 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 31 May 2023 14:39:12 +0000 (16:39 +0200)
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)