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

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Summary: Show the current Ruby version and its origin
#
# Shows the current Ruby version and where it's set from. To obtain only the
# version string, use `rbenv version-name'.
# Shows the current Ruby version and where it's set from. To obtain
# only the version string, use `rbenv version-name'.
set -e
[ -n "$RBENV_DEBUG" ] && set -x