Skip to content

Commit

Permalink
fix for --trace option
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jul 11, 2024
1 parent 33f844a commit 1071bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init/zsh/_ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _ml()
'(- *)'{--version,-v}'[module command version]'
'(-D --debug)'{--debug,-D}'[Send program tracing information to stderr]'
'(-I --ignore_cache)'{--ignore_cache,-I}'[Treat the cache file(s) as out-of-date]'
'(-T --trace)'{--style,-s}'[Report major internal actions by Lmod]'
'(-T --trace)'{--trace,-T}'[Report major internal actions by Lmod]'
'(-d --default)'{--default,-d}'[List default modules only when used with avail]'
'(-f --force)'{--force,-f}'[Force removal of a sticky module or save an empty collection]'
'(-q --quiet)'{--quiet,-q}'[disable verbose messages]'
Expand Down
2 changes: 1 addition & 1 deletion init/zsh/_module
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _module()
'(- *)'{--version,-v}'[module command version]' \
'(-D --debug)'{--debug,-D}'[Send program tracing information to stderr]' \
'(-I --ignore_cache)'{--ignore_cache,-I}'[Treat the cache file(s) as out-of-date]' \
'(-T --trace)'{--style,-s}'[Report major internal actions by Lmod]' \
'(-T --trace)'{--trace,-T}'[Report major internal actions by Lmod]' \
'(-d --default)'{--default,-d}'[List default modules only when used with avail]' \
'(-f --force)'{--force,-f}'[Force removal of a sticky module or save an empty collection]' \
'(-q --quiet)'{--quiet,-q}'[disable verbose messages]' \
Expand Down

0 comments on commit 1071bce

Please sign in to comment.