Skip to content

Commit 2dffd7c

Browse files
authored
Correct Target Directory command-line option
The option is `--target-dir`, not `--target`, which is discussed above.
1 parent c93e847 commit 2dffd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/appendix/glossary.md

Lines changed: 1 addition & 1 deletion
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)