[src/doc/book] Update 03-09-external-tools.md from external-tools.md
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 00:13:49 +0000 (17:13 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 00:13:49 +0000 (17:13 -0700)
src/doc/MIGRATION_MAP
src/doc/book/src/03-09-external-tools.md
src/doc/external-tools.md

index 354543bf923509fba05272970dbbeed24ba5044a..47f7079285aa49263d8f9bec48ea09e171f4a58e 100644 (file)
@@ -2,7 +2,7 @@ build-script.md book/src/03-05-build-scripts.md
 config.md book/src/03-03-config.md
 crates-io.md book/src/03-06-crates-io.md
 environment-variables.md book/src/03-04-environment-variables.md
-external-tools.md
+external-tools.md book/src/03-09-external-tools.md
 faq.md
 guide.md
 index.md
index 125016d01b15d601b4ada41002f1b38a81fb1985..38ae530b4eee70ec6901377d287459755af11cb3 100644 (file)
@@ -69,7 +69,7 @@ If you are using Rust, there is [cargo_metadata] crate.
 
 ### Information about build
 
-When passing `--message=format=json`, Cargo will output the following
+When passing `--message-format=json`, Cargo will output the following
 information during the build:
 
 * compiler errors and warnings,
index 99f9fde6ab2d0c679e26b2606c168f1f3f004073..d45e4cf647b5e0aa6ca8c1d037f4dc9262c07dd3 100644 (file)
@@ -14,7 +14,6 @@ facilities:
 
 # Information about project structure
 
-
 You can use `cargo metadata` command to get information about project structure
 and dependencies. The output of the command looks like this: