Skip to content

Commit 6790081

Browse files
committed
dash-style command-line
1 parent 49bb10d commit 6790081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ system:
2121
* `RUSTC` — Instead of running `rustc`, Cargo will execute this specified
2222
compiler instead. See [`build.rustc`] to set via config.
2323
* `RUSTC_WRAPPER` — Instead of simply running `rustc`, Cargo will execute this
24-
specified wrapper instead, passing as its commandline arguments the rustc
24+
specified wrapper instead, passing as its command-line arguments the rustc
2525
invocation, with the first argument being `rustc`. Useful to set up a build
2626
cache tool such as `sccache`. See [`build.rustc-wrapper`] to set via config.
2727
* `RUSTC_WORKSPACE_WRAPPER` — Instead of simply running `rustc`, Cargo will
2828
execute this specified wrapper instead for workspace members only, passing
29-
as its commandline arguments the rustc invocation, with the first argument
29+
as its command-line arguments the rustc invocation, with the first argument
3030
being `rustc`. It affects the filename hash so that artifacts produced by
3131
the wrapper are cached separately. See [`build.rustc-workspace-wrapper`]
3232
to set via config.

0 commit comments

Comments
 (0)