Skip to content

Commit 8b60676

Browse files
authored
Update the message that says how to regenerate the docs. (#408)
* Update the message that says how to regenerate the docs. * rustfmt
1 parent 3d47b13 commit 8b60676

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/witx/cli/src/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ fn diff_against_filesystem(expected: &str, path: &Path) -> Result<(), ()> {
262262
}
263263

264264
eprintln!();
265-
eprintln!(
266-
"To regenerate the files, run `cd tools/witx && cargo run --example witx repo-docs`."
267-
);
265+
eprintln!("To regenerate the files, run `tools/repo_docs.sh`.");
268266
eprintln!();
269267
Err(())
270268
}

0 commit comments

Comments
 (0)