diff options
Diffstat (limited to 'src/tools/wasm-reduce.cpp')
-rw-r--r-- | src/tools/wasm-reduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-reduce.cpp b/src/tools/wasm-reduce.cpp index 40d9aba6a..fe6e2b22e 100644 --- a/src/tools/wasm-reduce.cpp +++ b/src/tools/wasm-reduce.cpp @@ -1213,7 +1213,7 @@ int main(int argc, const char* argv[]) { [&](Options* o, const std::string& argument) { command = argument; }) .add("--test", "-t", - "Test file (this will be written to to test, the given command should " + "Test file (this will be written to test, the given command should " "read it when we call it)", WasmReduceOption, Options::Arguments::One, |