diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs index 0b43396505138..909529d730784 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)]