diff --git a/src/cargo/ops/registry.rs b/src/cargo/ops/registry.rs index 83d09694830..c7cb078045b 100644 --- a/src/cargo/ops/registry.rs +++ b/src/cargo/ops/registry.rs @@ -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();