Commit 2d6d6765 by Mislav Marohnić

Shorten `rbenv install` usage synopsis

It was getting out of hand, so just use the single-character flags which
are documented below anyway.
parent 4351c469
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# #
# Summary: Install a Ruby version using the ruby-build plugin # Summary: Install a Ruby version using the ruby-build plugin
# #
# Usage: rbenv install [-f|--force] [-k|--keep] [-v|--verbose] [-p|--patch] <version> # Usage: rbenv install [-fkvp] <version>
# rbenv install [-f|--force] [-k|--keep] [-v|--verbose] [-p|--patch] <definition-file> # rbenv install [-fkvp] <definition-file>
# rbenv install -l|--list # rbenv install -l|--list
# #
# -l/--list List all available versions # -l/--list List all available versions
......
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