From 483e7f9bdf618ad25af6cab566982e1165274d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Mon, 18 Feb 2019 21:38:08 +0100 Subject: [PATCH] Clarify the description of `rbenv versions` Fixes #1148 --- libexec/rbenv-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-versions b/libexec/rbenv-versions index dc8eabc2..d1a110ce 100755 --- a/libexec/rbenv-versions +++ b/libexec/rbenv-versions @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Summary: List all Ruby versions available to rbenv +# Summary: List installed Ruby versions # Usage: rbenv versions [--bare] [--skip-aliases] # # Lists all Ruby versions found in `$RBENV_ROOT/versions/*'.