From 2dffd7c1d95beceafa21fda8b34983b64c1042b6 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Thu, 22 Nov 2018 03:25:45 -0700 Subject: [PATCH] Correct Target Directory command-line option The option is `--target-dir`, not `--target`, which is discussed above. --- src/doc/src/appendix/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/appendix/glossary.md b/src/doc/src/appendix/glossary.md index e5d957acf6a..8b9a55915e4 100644 --- a/src/doc/src/appendix/glossary.md +++ b/src/doc/src/appendix/glossary.md @@ -119,7 +119,7 @@ The meaning of the term *target* depends on the context: - **Target Directory** — Cargo places all built artifacts and intermediate files in the *target* directory. By default this is a directory named `target` at the workspace root, or the package root if not using a - workspace. The directory be changed with the `--target` command-line option, + workspace. The directory be changed with the `--target-dir` command-line option, the `CARGO_TARGET_DIR` [environment variable], or the `build.target-dir` [config option].