about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Simpkins <git.simpkins@gmail.com>2020-03-09 21:40:00 -0400
committerChris Simpkins <git.simpkins@gmail.com>2020-03-09 21:40:00 -0400
commit0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638 (patch)
tree6f507834ae9677e0fa7d2ffc2b56c1498a21b76a
parent71f92bb8123a1307bb52af63b13637d774c744eb (diff)
downloadrust-0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638.tar.gz
rust-0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638.zip
update tidy documentation to recommend ./x.py test tidy
-rw-r--r--src/tools/tidy/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs
index 0b433965051..909529d7307 100644
--- a/src/tools/tidy/src/main.rs
+++ b/src/tools/tidy/src/main.rs
@@ -2,7 +2,7 @@
 //!
 //! This program runs all of the various tidy checks for style, cleanliness,
 //! 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`.
+//! builders. The tidy checks can be executed with `./x.py test tidy`.
 
 #![deny(warnings)]