From c2022b3ee5d62449bebb03589847c389f0cebda6 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Sun, 28 Jan 2018 17:32:07 -0500 Subject: [PATCH] Remove `-h` alias for `hmr-port` option (#692) The alias was clashing with the alias for help Closes 655 --- src/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.js b/src/cli.js index 0ecaea64f43..6f1182ec20f 100755 --- a/src/cli.js +++ b/src/cli.js @@ -14,7 +14,7 @@ program parseInt ) .option( - '-h, --hmr-port ', + '--hmr-port ', 'set the port to serve HMR websockets, defaults to random', parseInt )