diff options
Diffstat (limited to 'scripts/help2man.lua')
-rw-r--r-- | scripts/help2man.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/help2man.lua b/scripts/help2man.lua index ed128b0c..ab23733e 100644 --- a/scripts/help2man.lua +++ b/scripts/help2man.lua @@ -2,7 +2,7 @@ local format_br = '\n.br\n' local tools = { - "wasm-decompile", "wasm-interp", "wasm-objdump", "wasm-opcodecnt", + "wasm-decompile", "wasm-interp", "wasm-objdump", "wasm-stats", "wasm-strip", "wasm-validate", "wasm2c", "wasm2wat", "wast2json", "wat-desugar", "wat2wasm", "spectest-interp" } |