diff options
author | Raphael Graf <r@undefined.ch> | 2018-08-03 06:05:14 +0200 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2018-08-02 21:05:14 -0700 |
commit | 7ce1b98bec018c13b5c8e3875688bed43f1f2935 (patch) | |
tree | 8bc154e64f2ad5a808d2a1410eda09d96d8df044 /test/help/wasm-interp.txt | |
parent | b877bb84316b511c260dfce4d3e8ca1964ec4917 (diff) | |
download | wabt-7ce1b98bec018c13b5c8e3875688bed43f1f2935.tar.gz wabt-7ce1b98bec018c13b5c8e3875688bed43f1f2935.tar.bz2 wabt-7ce1b98bec018c13b5c8e3875688bed43f1f2935.zip |
Remove short option for --help (#877)
Resolves #872
Diffstat (limited to 'test/help/wasm-interp.txt')
-rw-r--r-- | test/help/wasm-interp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index 68f51a4c..3d3ce212 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -22,7 +22,7 @@ examples: options: -v, --verbose Use multiple times for more info - -h, --help Print this help message + --help Print this help message --enable-exceptions Experimental exception handling --enable-mutable-globals Import/export mutable globals --enable-saturating-float-to-int Saturating float-to-int operators |