-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: clarify --path
is the installation source not destination
#13205
Conversation
r? @ehuss (rustbot has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to r= once you take care of hi-rustin's comment
Thank you all :) @bors r=hi-rustin |
☀️ Test successful - checks-actions |
Update cargo 7 commits in 363a2d11320faf531f6aacd1ea067c6bc08343b9..ac6bbb33293d8d424c17ecdb42af3aac25fb7295 2023-12-22 03:12:42 +0000 to 2023-12-26 23:22:08 +0000 - docs: fix link to nightly doc of cargo-util-schemas (rust-lang/cargo#13209) - doc: improve word usage (rust-lang/cargo#13206) - fix: clarify `--path` is the installation source not destination (rust-lang/cargo#13205) - refactor: give some better examples for package ID spec (rust-lang/cargo#13202) - chore: fix a typo (rust-lang/cargo#13201) - Extend the build directive syntax with `cargo::` (rust-lang/cargo#12201) - Rework `--check-cfg` generation comment (rust-lang/cargo#13195) r? ghost
Update cargo 7 commits in 363a2d11320faf531f6aacd1ea067c6bc08343b9..ac6bbb33293d8d424c17ecdb42af3aac25fb7295 2023-12-22 03:12:42 +0000 to 2023-12-26 23:22:08 +0000 - docs: fix link to nightly doc of cargo-util-schemas (rust-lang/cargo#13209) - doc: improve word usage (rust-lang/cargo#13206) - fix: clarify `--path` is the installation source not destination (rust-lang/cargo#13205) - refactor: give some better examples for package ID spec (rust-lang/cargo#13202) - chore: fix a typo (rust-lang/cargo#13201) - Extend the build directive syntax with `cargo::` (rust-lang/cargo#12201) - Rework `--check-cfg` generation comment (rust-lang/cargo#13195) r? ghost
What does this PR try to resolve?
There is a misunderstanding of “default location” mentioned in
cargo install --help
.I don't think one-line explanation helps much there, So remove that imprecise description.
This PR also add more "from" for places mentioning installation sources.
How should we test and review this PR?
Read the new help text.
Additional information
Fixes #13200