Commit dc1a7759 by Mislav Marohnić

Clarify which `rbenv install` flags get forwarded to `ruby-build`

parent 2d6d6765
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Summary: Install a Ruby version using the ruby-build plugin # Summary: Install a Ruby version using ruby-build
# #
# Usage: rbenv install [-fkvp] <version> # Usage: rbenv install [-f] [-kvp] <version>
# rbenv install [-fkvp] <definition-file> # rbenv install [-f] [-kvp] <definition-file>
# rbenv install -l|--list # rbenv install -l|--list
# #
# -l/--list List all available versions # -l/--list List all available versions
# -f/--force Install even if the version appears to be installed already # -f/--force Install even if the version appears to be installed already
#
# ruby-build options:
#
# -k/--keep Keep source tree in $RBENV_BUILD_ROOT after installation # -k/--keep Keep source tree in $RBENV_BUILD_ROOT after installation
# (defaults to $RBENV_ROOT/sources) # (defaults to $RBENV_ROOT/sources)
# -v/--verbose Verbose mode: print compilation status to stdout # -v/--verbose Verbose mode: print compilation status to stdout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment