Skip to content
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

Mention Cargo.toml in manifest help description #5352

Merged
merged 2 commits into from
Apr 12, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/etc/man/cargo-bench.1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifest (Cargo.toml) to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-check.1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Check for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifest (Cargo.toml) to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-doc.1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifestsrc/etc/man/cargo-doc.1 to compile.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Path to the manifest (Cargo.toml)?

Also, I'd just simplified all instances to path to the Cargo.toml: the flag name already mentions manifest, no need to repeat that :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... When copy/paste goes wrong. I wanted to do that, but didn’t want to take too many liberties. Will fix.

.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-package.1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Ignore warnings about a lack of human\-usable metadata.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifest (Cargo.toml) to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-run.1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifest (Cargo.toml) to compile.
.RS
.RE
.TP
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-test.1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Build for the target triple.
.RE
.TP
.B \-\-manifest\-path \f[I]PATH\f[]
Path to the manifest to compile.
Path to the manifest (Cargo.toml) to compile.
.RS
.RE
.TP
Expand Down