wasi tutorial: make usage string consistient between rust and c programs (#3098)

closes #3093
This commit is contained in:
Pat Hickey
2021-07-19 13:04:33 -07:00
committed by GitHub
parent c8950cf842
commit ebbe399725

View File

@@ -139,7 +139,7 @@ fn main() {
let program = args[0].clone();
if args.len() < 3 {
eprintln!("usage: {} <input_file> <output_file>", program);
eprintln!("usage: {} <from> <to>", program);
return;
}