1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Documentation tweaks

This commit is contained in:
Sam Stephenson
2012-12-29 22:05:04 -06:00
parent 19666f2598
commit 37eca782cc
12 changed files with 27 additions and 26 deletions

View File

@@ -7,10 +7,10 @@
# Parses and displays help contents from a command's source file.
#
# A command is considered documented if it starts with a comment block
# that has at least one of the following sections: `Summary' and
# `Usage'. Usage instructions can span multiple lines as long as
# subsequent lines are indented. Everything else in the comment is
# considered to be regular help contents.
# that has a `Summary:' or `Usage:' section. Usage instructions can
# span multiple lines as long as subsequent lines are indented.
# The remainder of the comment block is displayed as extended
# documentation.
set -e
[ -n "$RBENV_DEBUG" ] && set -x