diff options
Diffstat (limited to 'src/tools/wasm-decompile.cc')
-rw-r--r-- | src/tools/wasm-decompile.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wasm-decompile.cc b/src/tools/wasm-decompile.cc index a50d8801..d351b7bf 100644 --- a/src/tools/wasm-decompile.cc +++ b/src/tools/wasm-decompile.cc @@ -52,7 +52,6 @@ int ProgramMain(int argc, char** argv) { " # parse binary file test.wasm and write text file test.dcmp\n" " $ wasm-decompile test.wasm -o test.dcmp\n"; OptionParser parser("wasm-decompile", s_description); - parser.AddHelpOption(); parser.AddOption( 'o', "output", "FILENAME", "Output file for the decompiled file, by default use stdout", |