Skip to content

Commit

Permalink
update rvm help get, update rvm#569
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Nov 4, 2011
1 parent 2353d0f commit 3885f7f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion help/get
@@ -1,7 +1,7 @@

Usage:

rvm get {latest|x.y.z|head|master,help}
rvm get {latest|x.y.z|head|master|branch|help}

Options:

Expand All @@ -15,3 +15,19 @@ Options:

help - Output this message.

Branches:

branch <branch>
branch /<branch>
branch <repo>/
branch <repo>/<branch>

Defaults:

branch: master
repo: wayneeseguin

Examples:

rvm get branch shoes # will fetch branch shoes from wayneeseguin/rvm repo
rvm get branch mpapis/ # will fetch branch master from mpapis/rvm repo

0 comments on commit 3885f7f

Please sign in to comment.