We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431d1ae commit 6f3e6b5Copy full SHA for 6f3e6b5
scripts/update_lmod_caches.sh
@@ -15,7 +15,7 @@ function error() {
15
16
# Check if a stack base dir has been specified
17
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ]; then
18
- error "usage: $0 <path to main directory of an EESSI stack>"
+ error "usage: $0 <path to main directory of an EESSI stack> [<path to Lmod's update_lmod_system_cache_files script>]"
19
fi
20
21
stack_base_dir="$1"
0 commit comments