From 4b6c91e82762737ffefef343179670b60b608cfa Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sun, 30 Dec 2012 16:00:53 -0600 Subject: [PATCH] Usage consistency --- libexec/rbenv-hooks | 4 ++-- libexec/rbenv-whence | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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