Skip to content

Commit 895a43a

Browse files
eugenesvkdjc
authored andcommitted
Allow copy&paste of documented registry keys into Regedit
Current documented registry path can't be easily used as a lookup in the default Windows Regedit registry editing tool - Forward slashes are not accepted by Regedit - nor do the full paths that include registry keys, only their parent address This edits the message format so you could copy&paste
1 parent bbda4f3 commit 895a43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/self_update.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ modifying the profile file{plural} located at:
360360
macro_rules! pre_install_msg_win {
361361
() => {
362362
pre_install_msg_template!(
363-
"This path will then be added to your `PATH` environment variable by
364-
modifying the `HKEY_CURRENT_USER/Environment/PATH` registry key."
363+
r#"This path will then be added to your `PATH` environment variable by
364+
modifying the `PATH` registry key at `HKEY_CURRENT_USER\Environment`."#
365365
)
366366
};
367367
}

0 commit comments

Comments
 (0)