summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Irish <markdirish@gmail.com>2022-07-08 15:40:32 -0500
committerGitHub <noreply@github.com>2022-07-08 13:40:32 -0700
commit2106ff48b285f28581c2598222d61636f3469a1c (patch)
tree52c565e9310372ab7f88ad4aba19ecb55c7995e4 /src
parent762d9ef5377ebf58292b9d88a6f9d903ed79cbd5 (diff)
downloadwabt-2106ff48b285f28581c2598222d61636f3469a1c.tar.gz
wabt-2106ff48b285f28581c2598222d61636f3469a1c.tar.bz2
wabt-2106ff48b285f28581c2598222d61636f3469a1c.zip
Change description of calling wat2wasm without -o flag (#1943)
Diffstat (limited to 'src')
-rw-r--r--src/tools/wat2wasm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wat2wasm.cc b/src/tools/wat2wasm.cc
index 16d5de22..39eeed01 100644
--- a/src/tools/wat2wasm.cc
+++ b/src/tools/wat2wasm.cc
@@ -53,7 +53,7 @@ static const char s_description[] =
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