From: Gilles DAVID Date: Wed, 15 Mar 2023 12:33:53 +0000 (+0100) Subject: Complete documentation with option --with-env-modules X-Git-Tag: emc2p_1.3.7-rc1~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fgdd%2Fedf37343_env_modules_try_load;p=modules%2Fkernel.git Complete documentation with option --with-env-modules --- diff --git a/bin/salomeContext.py b/bin/salomeContext.py index e3a916683..dde760ba9 100755 --- a/bin/salomeContext.py +++ b/bin/salomeContext.py @@ -35,7 +35,7 @@ from salomeContextUtils import SalomeContextException def usage(): msg = '''\ -Usage: salome [command] [options] [--config=] +Usage: salome [command] [options] [--config=] [--with-env-modules=] 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= +================================================ + Initialize SALOME context with the provided additional environment modules. + The list is comma-separated, without any blank characters. ''' print(msg)