Skip to content

Commit

Permalink
Update self_update.rs
Browse files Browse the repository at this point in the history
Fixing janky line breaks in the self-updater path help string, as reported in rust-lang#2334
  • Loading branch information
VladKou committed May 17, 2020
1 parent 3228ba9 commit 36680e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/self_update.rs
Expand Up @@ -149,9 +149,9 @@ macro_rules! post_install_msg_win {
() => {
r"# Rust is installed now. Great!
To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
environment variable. Future applications will automatically have the
correct environment, but you may need to restart your current shell.
To get started you need Cargo's bin directory ({cargo_home}\\bin) in
your `PATH` environment variable. Future applications will automatically
have the correct environment, but you may need to restart your current shell.
"
};
}
Expand Down

0 comments on commit 36680e9

Please sign in to comment.