From b9192592a9b0569013fb18c24ad2fd0c1e340cc0 Mon Sep 17 00:00:00 2001 From: Sharad Chand Date: Sat, 7 Apr 2018 13:17:56 +0545 Subject: [PATCH] Updated docopts --- crates/cli/src/bin/wasm-bindgen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/bin/wasm-bindgen.rs b/crates/cli/src/bin/wasm-bindgen.rs index f70f0be2..1db50f8c 100644 --- a/crates/cli/src/bin/wasm-bindgen.rs +++ b/crates/cli/src/bin/wasm-bindgen.rs @@ -22,7 +22,7 @@ Options: --out-dir DIR Output directory --nodejs Generate output that only works in node.js --browser Generate output that only works in a browser - --umd Generate output that works both in browser and node.js + --amd Generate output that only works in a browser --typescript Output a TypeScript definition file --debug Include otherwise-extraneous debug checks in output -V --version Print the version number of wasm-bindgen