summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2021-09-19 00:00:00 +0000
committerJoshua Nelson <github@jyn.dev>2021-09-19 10:36:26 -0500
commit562ab2f037844d901dea89afd629d07fe9cb7551 (patch)
tree6c334562b588724ef784e4470c57bd8b2745a800 /src/doc/rustc-dev-guide
parent3f4a67efb94c5b385cd2da809d05285bacf8c8b3 (diff)
downloadrust-562ab2f037844d901dea89afd629d07fe9cb7551.tar.gz
rust-562ab2f037844d901dea89afd629d07fe9cb7551.zip
s/--blessed/--bless/
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
index 728805387a4..7d3c0fe360f 100644
--- a/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
+++ b/src/doc/rustc-dev-guide/src/llvm-coverage-instrumentation.md
@@ -298,8 +298,8 @@ Expected results for both the `mir-opt` tests and the `coverage*` tests under
 `run-make-fulldeps` can be refreshed by running:
 
 ```shell
-$ ./x.py test mir-opt --blessed
-$ ./x.py test src/test/run-make-fulldeps/coverage --blessed
+$ ./x.py test mir-opt --bless
+$ ./x.py test src/test/run-make-fulldeps/coverage --bless
 ```
 
 [mir-opt-test]: https://github.com/rust-lang/rust/blob/master/src/test/mir-opt/instrument_coverage.rs