summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/help/wat2wasm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help/wat2wasm.txt b/test/help/wat2wasm.txt
index 92616388..b4a6d1d0 100644
--- a/test/help/wat2wasm.txt
+++ b/test/help/wat2wasm.txt
@@ -7,7 +7,7 @@ usage: wat2wasm [options] filename
convert it to the wasm binary format.
examples:
- # parse and typecheck test.wat
+ # parse test.wat and write to .wasm binary file with the same name
$ wat2wasm test.wat
# parse test.wat and write to binary file test.wasm