1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23: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

@@ -2,8 +2,8 @@
# Summary: Display prefix for a Ruby version
# Usage: rbenv prefix [<version>]
#
# Displays the directory where a Ruby version is installed. If no version is
# given, it uses the currently selected version.
# Displays the directory where a Ruby version is installed. If no
# version is given, it uses the currently selected version.
set -e
[ -n "$RBENV_DEBUG" ] && set -x