summaryrefslogtreecommitdiff
path: root/src/tools/wasm-dis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-dis.cpp')
-rw-r--r--src/tools/wasm-dis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-dis.cpp b/src/tools/wasm-dis.cpp
index 493a55566..89925b9cc 100644
--- a/src/tools/wasm-dis.cpp
+++ b/src/tools/wasm-dis.cpp
@@ -31,7 +31,7 @@ int main(int argc, const char* argv[]) {
std::string sourceMapFilename;
Options options("wasm-dis",
"Un-assemble a .wasm (WebAssembly binary format) into a "
- ".wast (WebAssembly text format)");
+ ".wat (WebAssembly text format)");
options
.add("--output",
"-o",