From e5ed1517ce2d2b32969d2bd2a3ea16a18ce21277 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 3 Oct 2017 12:21:09 -0700 Subject: [PATCH] Fix the command name in the usage message. --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 02d4cb16b4..6b02400386 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,9 +65,9 @@ The translation is dependent on the runtime chosen. The default is a dummy runtime that produces placeholder values. Usage: - wasmstandalone-util [-vcop] ... - wasmstandalone-util -e [-mvcop] ... - wasmstandalone-util --help | --version + wasmstandalone [-vcop] ... + wasmstandalone -e [-mvcop] ... + wasmstandalone --help | --version Options: -v, --verbose displays info on the different steps