diff --git a/libexec/rbenv-hooks b/libexec/rbenv-hooks
index 3221c6f..794b943 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 <command>
 
 set -e
 [ -n "$RBENV_DEBUG" ] && set -x
diff --git a/libexec/rbenv-whence b/libexec/rbenv-whence
index 822ae0e..df1d660 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] <command>
 
 set -e
 [ -n "$RBENV_DEBUG" ] && set -x