1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 21:33:54 -05:00

Clarify help text of some commands (#1567)

This commit is contained in:
Mislav Marohnić
2024-04-29 14:20:47 +02:00
committed by GitHub
parent f2ac882579
commit ac020225c2
5 changed files with 25 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#
# Summary: Run an executable with the selected Ruby version
#
# Usage: rbenv exec <command> [arg1 arg2...]
# Usage: rbenv exec <command> [<args>...]
#
# Runs an executable by first preparing PATH so that the selected Ruby
# version's `bin' directory is at the front.