Skip to content

Commit 6f3e6b5

Browse files
committed
update usage info
1 parent 431d1ae commit 6f3e6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_lmod_caches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function error() {
1515

1616
# Check if a stack base dir has been specified
1717
if [ "$#" -lt 1 ] || [ "$#" -gt 2 ]; then
18-
error "usage: $0 <path to main directory of an EESSI stack>"
18+
error "usage: $0 <path to main directory of an EESSI stack> [<path to Lmod's update_lmod_system_cache_files script>]"
1919
fi
2020

2121
stack_base_dir="$1"

0 commit comments

Comments
 (0)