Skip to content

Commit

Permalink
add --disable-binary to the error message when no sources available w…
Browse files Browse the repository at this point in the history
…hen generating docs, update #1195
  • Loading branch information
mpapis committed Nov 12, 2012
1 parent cc228f2 commit 5d5914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs
Expand Up @@ -17,7 +17,7 @@ fi
rubies_string="$rvm_docs_ruby_string"
source "$rvm_scripts_path"/manage
) || {
rvm_error "'rvm docs ...' requires ruby sources to be available but fetching failed, run \`rvm reinstall $rvm_docs_ruby_string\`"
rvm_error "'rvm docs ...' requires ruby sources to be available but fetching failed, run \`rvm reinstall $rvm_docs_ruby_string --disable-binary\`"
exit 2
}

Expand Down

0 comments on commit 5d5914d

Please sign in to comment.