Commit 2d6d6765 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
#
# Summary: Install a Ruby version using the ruby-build plugin
#
# Usage: rbenv install [-f|--force] [-k|--keep] [-v|--verbose] [-p|--patch] <version>
#        rbenv install [-f|--force] [-k|--keep] [-v|--verbose] [-p|--patch] <definition-file>
# Usage: rbenv install [-fkvp] <version>
#        rbenv install [-fkvp] <definition-file>
#        rbenv install -l|--list
#
#   -l/--list        List all available versions