From 1071bceda1b620cfc8509b3c6d3fb3d31ca0fba7 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Thu, 11 Jul 2024 12:48:24 -0600 Subject: [PATCH] fix for --trace option --- init/zsh/_ml | 2 +- init/zsh/_module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init/zsh/_ml b/init/zsh/_ml index 46b5fac7f..842ee284a 100644 --- a/init/zsh/_ml +++ b/init/zsh/_ml @@ -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]' diff --git a/init/zsh/_module b/init/zsh/_module index d2ae5ea3f..6b9abfc2d 100644 --- a/init/zsh/_module +++ b/init/zsh/_module @@ -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]' \