scripts/cli in rvm-0.1.5 vs scripts/cli in rvm-0.1.6
- old
+ new
@@ -261,10 +261,10 @@
rvm_ruby_string="$rvm_token"
;;
--install) export rvm_install_on_use_flag=1 ;;
-h|--help|usage|help) rvm_action=help ;;
- -G|--gems) rvm_gem_path="$1" ; shift ;;
+ -G|--gems) rvm_gems_path="$1" ; shift ;;
--source) rvm_src_path="$1" ; shift ;;
--archives) rvm_archives_path="$1" ; shift ;;
--make) rvm_ruby_make="$1" ; shift ;;
--make-install) rvm_ruby_make_install="$1" ; shift ;;
--nice) rvm_niceness="$1" ; shift ;;