From e03ef1c2a4b7318ccdd86ca8c398ed6d274bffc0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 27 Dec 2017 07:50:43 -0800 Subject: [PATCH] Enable `wasm-bindgen -h` Closes #3 --- crates/wasm-bindgen-cli/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/wasm-bindgen-cli/src/main.rs b/crates/wasm-bindgen-cli/src/main.rs index e18f148b..6c012f5b 100644 --- a/crates/wasm-bindgen-cli/src/main.rs +++ b/crates/wasm-bindgen-cli/src/main.rs @@ -13,6 +13,7 @@ Generating JS bindings for a wasm file Usage: wasm-bindgen [options] + wasm-bindgen -h | --help Options: -h --help Show this screen.