scripts/help in rvm-0.1.43 vs scripts/help in rvm-0.1.44
- old
+ new
@@ -15,10 +15,10 @@
else
cat "${rvm_help_path}/${command}" | ${PAGER:-less}
fi
else
cat "${rvm_path:-$HOME/.rvm}/README" | ${PAGER:-less}
- $rvm_scripts_path/log "info" "\nCommands available with 'rvm help':\n\n $(builtin cd "${rvm_help_path}" ; \ls | tr "\n" ' ')"
+ $rvm_scripts_path/log "info" "\nCommands available with 'rvm help':\n\n $(builtin cd "${rvm_help_path}" ; \ls | \tr "\n" ' ')"
fi
$rvm_scripts_path/log "info" "\nFor additional information please visit RVM's documentation website:\n\n http://rvm.beginrescueend.com/"
$rvm_scripts_path/log "info" "\nIf you still cannot find what an answer to your question, find me 'wayneeseguin' in #rvm on irc.freenode.net:\n\n http://webchat.freenode.net/?channels=rvm\n"