]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Complete documentation with option --with-env-modules gdd/edf37343_env_modules_try_load
authorGilles DAVID <gilles-g.david@edf.fr>
Wed, 15 Mar 2023 12:33:53 +0000 (13:33 +0100)
committerGilles DAVID <gilles-g.david@edf.fr>
Wed, 22 Mar 2023 08:21:38 +0000 (09:21 +0100)
bin/salomeContext.py

index e3a9166833a30f8610ec3e0ffba76ae8d3152f1e..dde760ba966dbd63f3bf9b508c75e8dfceb5d9f1 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)