Browse Source

Fix the name of the `wast` command in its usage string.

pull/234/head
Dan Gohman 5 years ago
parent
commit
4937dd0632
  1. 4
      src/bin/wast.rs

4
src/bin/wast.rs

@ -41,8 +41,8 @@ const USAGE: &str = "
Wast test runner.
Usage:
run_wast [-do] [--enable-simd] [--cache | --cache-dir=<cache_dir>] <file>...
run_wast --help | --version
wast [-do] [--enable-simd] [--cache | --cache-dir=<cache_dir>] <file>...
wast --help | --version
Options:
-h, --help print this help message

Loading…
Cancel
Save