We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdd53c commit 5cf84daCopy full SHA for 5cf84da
legacy/tools/witx-cli/src/main.rs
@@ -90,7 +90,7 @@ pub fn main() {
90
if check {
91
let output = output.expect("output argument required in docs --check mode");
92
if diff_against_filesystem(&doc.to_md(), &output).is_err() {
93
- println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to to re-generate:");
+ println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to re-generate:");
94
println!(
95
"> witx docs {} --output {}",
96
input
0 commit comments