From 4937dd06327f1b2ce7e77b3f179ac8ba49cbec4f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 13 Aug 2019 17:28:07 -0700 Subject: [PATCH] Fix the name of the `wast` command in its usage string. --- src/bin/wast.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/wast.rs b/src/bin/wast.rs index bad04c4399..e0935c630b 100644 --- a/src/bin/wast.rs +++ b/src/bin/wast.rs @@ -41,8 +41,8 @@ const USAGE: &str = " Wast test runner. Usage: - run_wast [-do] [--enable-simd] [--cache | --cache-dir=] ... - run_wast --help | --version + wast [-do] [--enable-simd] [--cache | --cache-dir=] ... + wast --help | --version Options: -h, --help print this help message