mirror of
https://github.com/rbenv/rbenv.git
synced 2025-06-13 08:48:10 +02:00
Usage consistency
This commit is contained in:
parent
51467dc4a3
commit
4b6c91e827
2 changed files with 3 additions and 3 deletions
libexec
|
@ -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