mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Auto merge of #8579 - matthiaskrgr:cargo_login_message, r=alexcrichton
cargo login: make login message less ambiguous The previous message "please visit https://crates.io/me and paste the API Token below" Had me waiting for a token to appear in the command line which I would then paste into the website. Rephrase to "please paste the api token found on https://crates.io/me below" to clarify where to paste from and where to paste to.
This commit is contained in:
commit
2ba80edc67
@ -665,7 +665,7 @@ pub fn registry_login(
|
||||
None => {
|
||||
drop_println!(
|
||||
config,
|
||||
"please visit {}/me and paste the API Token below",
|
||||
"please paste the API Token found on {}/me below",
|
||||
registry.host()
|
||||
);
|
||||
let mut line = String::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user