Usage consistency

This commit is contained in:
Sam Stephenson 2012-12-30 16:00:53 -06:00
parent 51467dc4a3
commit 4b6c91e827
2 changed files with 3 additions and 3 deletions

View file

@ -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 <command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x

View file

@ -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] <command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x