1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

Wrap documentation comments at 70 columns

This commit is contained in:
Sam Stephenson
2012-12-29 21:50:38 -06:00
parent 3436bddaea
commit 19666f2598
5 changed files with 15 additions and 13 deletions

View File

@@ -4,8 +4,8 @@
#
# Usage: rbenv exec COMMAND [arg1 arg2...]
#
# Runs an executable by first preparing PATH so that the selected Ruby version
# is prepended to it.
# Runs an executable by first preparing PATH so that the selected Ruby
# version is prepended to it.
#
# For example, doing:
# RBENV_VERSION=1.9.3-p327 rbenv exec bundle install