Skip to content

Commit

Permalink
Update the message that says how to regenerate the docs. (WebAssembly…
Browse files Browse the repository at this point in the history
…#408)

* Update the message that says how to regenerate the docs.

* rustfmt
  • Loading branch information
sunfishcode authored Mar 9, 2021
1 parent 3d47b13 commit 8b60676
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/witx/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,7 @@ fn diff_against_filesystem(expected: &str, path: &Path) -> Result<(), ()> {
}

eprintln!();
eprintln!(
"To regenerate the files, run `cd tools/witx && cargo run --example witx repo-docs`."
);
eprintln!("To regenerate the files, run `tools/repo_docs.sh`.");
eprintln!();
Err(())
}

0 comments on commit 8b60676

Please sign in to comment.