Index: tools/mb/docs/user_guide.md |
diff --git a/tools/mb/docs/user_guide.md b/tools/mb/docs/user_guide.md |
index f14b11383882a60b122e24b09c875f7f4afaf652..01ac5b7a11184b62489c71edc2ee5ac50f727dbb 100644 |
--- a/tools/mb/docs/user_guide.md |
+++ b/tools/mb/docs/user_guide.md |
@@ -93,6 +93,13 @@ differences can be subtle. We won't even go into how the `targets` and |
The `-b/--builder`, `-c/--config`, `-f/--config-file`, `-m/--master`, |
`-q/--quiet`, and `-v/--verbose` flags work as documented for `mb gen`. |
+### `mb audit` |
+ |
+`mb audit` is used to track the progress of the GYP->GN migration. You can |
+use it to check a single master, or all the masters we care about. See |
+`mb help audit` for more details (most people are not expected to care about |
+this). |
+ |
### `mb gen` |
`mb gen` is responsible for generating the Ninja files by invoking either GYP |