diff --git a/libexec/rbenv-hooks b/libexec/rbenv-hooks index 3221c6ff..794b9437 100755 --- a/libexec/rbenv-hooks +++ b/libexec/rbenv-hooks @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Summary: List hook scripts for a rbenv command -# Usage: rbenv hooks COMMAND +# Summary: List hook scripts for a given rbenv command +# Usage: rbenv hooks set -e [ -n "$RBENV_DEBUG" ] && set -x diff --git a/libexec/rbenv-whence b/libexec/rbenv-whence index 822ae0e4..df1d6604 100755 --- a/libexec/rbenv-whence +++ b/libexec/rbenv-whence @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Summary: List all Ruby versions that contain the given executable -# Usage: rbenv whence [--path] COMMAND +# Usage: rbenv whence [--path] set -e [ -n "$RBENV_DEBUG" ] && set -x