Skip to content

Commit

Permalink
update examples, update #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jan 24, 2013
1 parent 5b9bc72 commit d7b7cef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/rvm/environment/utility.rb
Expand Up @@ -50,13 +50,13 @@ def self.reset_current!
end

# Lets you build a command up, without needing to see the output.
# As an example,
# Examples:
#
# rvm :use, "ree@rails3", :install => true, :rvm_by_path => true
# rvm :use, "ree@rails3", :install => true
# > rvm use ree@rails3 --install
#
# Will call the following:
#
# $rvm_path/bin/rvm use ree@rails3 --install
# rvm :install, "ree@rails3", :rvm_by_path => true
# > $rvm_path/bin/rvm install ree@rails3
#
def rvm(*args)
options = extract_options!(args)
Expand Down

0 comments on commit d7b7cef

Please sign in to comment.