diff --git a/src/doc/man/cargo-run.md b/src/doc/man/cargo-run.md index 272bf17df812..034a35f23eb8 100644 --- a/src/doc/man/cargo-run.md +++ b/src/doc/man/cargo-run.md @@ -17,7 +17,7 @@ All the arguments following the two dashes (`--`) are passed to the binary to run. If you're passing arguments to both Cargo and the binary, the ones after `--` go to the binary, the ones before go to Cargo. -Unlike {{man "cargo-test" 1}} and {{man "cargo-bench" 1}},`cargo run` sets the +Unlike {{man "cargo-test" 1}} and {{man "cargo-bench" 1}}, `cargo run` sets the working directory of the binary executed to the current working directory, same as if it was executed in the shell directly. diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index a79c4773094a..2594ff947971 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -13,7 +13,7 @@ DESCRIPTION to run. If you’re passing arguments to both Cargo and the binary, the ones after -- go to the binary, the ones before go to Cargo. - Unlike cargo-test(1) and cargo-bench(1),cargo run sets the working + Unlike cargo-test(1) and cargo-bench(1), cargo run sets the working directory of the binary executed to the current working directory, same as if it was executed in the shell directly. diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index 4ec3e10dbafa..7e9d7c630fb6 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -17,7 +17,7 @@ All the arguments following the two dashes (`--`) are passed to the binary to run. If you're passing arguments to both Cargo and the binary, the ones after `--` go to the binary, the ones before go to Cargo. -Unlike [cargo-test(1)](cargo-test.html) and [cargo-bench(1)](cargo-bench.html),`cargo run` sets the +Unlike [cargo-test(1)](cargo-test.html) and [cargo-bench(1)](cargo-bench.html), `cargo run` sets the working directory of the binary executed to the current working directory, same as if it was executed in the shell directly. diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 7df906380331..5bb79f9e3c79 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -14,7 +14,7 @@ All the arguments following the two dashes (\fB\-\-\fR) are passed to the binary run. If you\[cq]re passing arguments to both Cargo and the binary, the ones after \fB\-\-\fR go to the binary, the ones before go to Cargo. .sp -Unlike \fBcargo\-test\fR(1) and \fBcargo\-bench\fR(1),\fBcargo run\fR sets the +Unlike \fBcargo\-test\fR(1) and \fBcargo\-bench\fR(1), \fBcargo run\fR sets the working directory of the binary executed to the current working directory, same as if it was executed in the shell directly. .SH "OPTIONS"