Skip to content

Commit

Permalink
Remove -h alias for hmr-port option (#692)
Browse files Browse the repository at this point in the history
The alias was clashing with the alias for help

Closes 655
  • Loading branch information
yeskunall authored and devongovett committed Jan 28, 2018
1 parent b02839f commit c2022b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ program
parseInt
)
.option(
'-h, --hmr-port <port>',
'--hmr-port <port>',
'set the port to serve HMR websockets, defaults to random',
parseInt
)
Expand Down

0 comments on commit c2022b3

Please sign in to comment.