Skip to content

Commit

Permalink
Issue #667: Fix avail title for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Aug 24, 2023
1 parent 2942ab8 commit 9679066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion messageDir/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ See https://lmod.readthedocs.io/en/latest/260_sh_to_modulefile.html for details.
m_Depend_Mods = "\n You will need to load all module(s) on any one of the lines below before the \"%{fullName}\" module is available to load.\n",
m_Description = " Description:\n%{descript}\n\n",
m_Direct_Load = "\n This module can be loaded directly: module load %{fullName}\n",
m_Extensions_head = "This is a list of module extensions \"module --nx avail ...\" to not show",
m_Extensions_head = "This is a list of module extensions. Use \"module --nx avail ...\" to not show extensions.",
m_Extensions_tail = "\nThese extensions cannot be loaded directly, use \"module spider extension_name\" for more information.\n",
m_Family_Swap = "\nLmod is automatically replacing \"%{oldFullName}\" with \"%{newFullName}\".\n",
m_For_System = ", for system: \"%{sname}\"",
Expand Down
8 changes: 4 additions & 4 deletions rt/extensions/err.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.6.12 2022-02-09 16:10 -06:00
Modules based on Lua: Version 8.7.31 2023-08-09 12:41 -05:00
by Robert McLay [email protected]
===========================
step 2
Expand All @@ -27,7 +27,7 @@ ProjectDIR/rt/extensions/mf/Compiler/gcc/9
python/3.7 (L)
ProjectDIR/rt/extensions/mf/Core
TACC gcc/9.4 (L) intel/19.1
This is a list of module extensions "module --nx avail ..." to not show.
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
CC (E) a (E) b (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
Where:
Expand All @@ -46,7 +46,7 @@ ProjectDIR/rt/extensions/mf/Compiler/gcc/9
python/3.7 (L) snake/3.9 (H)
ProjectDIR/rt/extensions/mf/Core
TACC gcc/9.4 (L) intel/19.1
This is a list of module extensions "module --nx avail ..." to not show.
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
CC (E) a (E) b (E) d (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
Where:
Expand All @@ -73,7 +73,7 @@ ProjectDIR/rt/extensions/mf/Compiler/intel/19
python/3.7 (L)
ProjectDIR/rt/extensions/mf/Core
TACC gcc/9.4 intel/19.1 (L)
This is a list of module extensions "module --nx avail ..." to not show.
This is a list of module extensions. Use "module --nx avail ..." to not show extensions.
CC (E) DDD (E)
These extensions cannot be loaded directly, use "module spider extension_name" for more information.
Where:
Expand Down

0 comments on commit 9679066

Please sign in to comment.