From f654645ea98e8b3b88c67e22ab1a3695dde97ed0 Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Wed, 15 Mar 2023 13:33:53 +0100 Subject: [PATCH] Complete documentation with option --with-env-modules --- bin/salomeContext.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.2