diff options
Diffstat (limited to 'subr.ex/ex_pkg_env.subr')
-rw-r--r-- | subr.ex/ex_pkg_env.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subr.ex/ex_pkg_env.subr b/subr.ex/ex_pkg_env.subr index a177f6d2..e2cfb1db 100644 --- a/subr.ex/ex_pkg_env.subr +++ b/subr.ex/ex_pkg_env.subr @@ -150,7 +150,7 @@ ex_pkg_env() { # ex_pkg_state_set() - update build step status for single named package # @_pkg_name: single package name # @_build_step: build step set status of -# [@${@}]: optional list of build steps to invalidate status of +# @...: optional list of build steps to invalidate status of # # Returns: zero (0) on success, non-zero (>0) on failure # |