Skip to content

Commit ad23924

Browse files
committed
Auto merge of #6343 - neersighted:patch-1, r=ehuss
Correct Target Directory command-line option The option is `--target-dir`, not `--target`, which is discussed above.
2 parents c93e847 + 2dffd7c commit ad23924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/appendix/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The meaning of the term *target* depends on the context:
119119
- **Target Directory** — Cargo places all built artifacts and intermediate
120120
files in the *target* directory. By default this is a directory named
121121
`target` at the workspace root, or the package root if not using a
122-
workspace. The directory be changed with the `--target` command-line option,
122+
workspace. The directory be changed with the `--target-dir` command-line option,
123123
the `CARGO_TARGET_DIR` [environment variable], or the `build.target-dir`
124124
[config option].
125125

0 commit comments

Comments
 (0)