about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Simpkins <git.simpkins@gmail.com>2020-02-29 23:54:13 -0500
committerChris Simpkins <git.simpkins@gmail.com>2020-02-29 23:54:13 -0500
commit71f92bb8123a1307bb52af63b13637d774c744eb (patch)
treeb40db5e7d59fc84fdef92a9b19664d406c8629b4
parentd3c79346a3e7ddbb5fb417810f226ac5a9209007 (diff)
downloadrust-71f92bb8123a1307bb52af63b13637d774c744eb.tar.gz
rust-71f92bb8123a1307bb52af63b13637d774c744eb.zip
[tidy] update documentation from `make check` to `x.py test`
-rw-r--r--src/tools/tidy/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs
index ec8b14c288a..0b433965051 100644
--- a/src/tools/tidy/src/main.rs
+++ b/src/tools/tidy/src/main.rs
@@ -1,8 +1,8 @@
 //! Tidy checks source code in this repository.
 //!
 //! This program runs all of the various tidy checks for style, cleanliness,
-//! etc. This is run by default on `make check` and as part of the auto
-//! builders.
+//! etc. This is run by default on `./x.py test` and as part of the auto
+//! builders. The tidy checks can be executed with `./x.py test src/tools/tidy`.
 
 #![deny(warnings)]