mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Usage consistency
This commit is contained in:
parent
51467dc4a3
commit
4b6c91e827
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Summary: List hook scripts for a rbenv command
|
# Summary: List hook scripts for a given rbenv command
|
||||||
# Usage: rbenv hooks COMMAND
|
# Usage: rbenv hooks <command>
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$RBENV_DEBUG" ] && set -x
|
[ -n "$RBENV_DEBUG" ] && set -x
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Summary: List all Ruby versions that contain the given executable
|
# Summary: List all Ruby versions that contain the given executable
|
||||||
# Usage: rbenv whence [--path] COMMAND
|
# Usage: rbenv whence [--path] <command>
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$RBENV_DEBUG" ] && set -x
|
[ -n "$RBENV_DEBUG" ] && set -x
|
||||||
|
|
Loading…
Reference in a new issue