mirror of https://github.com/embarklabs/embark.git
fix(cmd): removes -h as an option for host for the simulator
This commit is contained in:
parent
4961f70e5f
commit
43be2a28d6
|
@ -201,7 +201,7 @@ class Cmd {
|
|||
.description(__('run a fast ethereum rpc simulator'))
|
||||
.option('--testrpc', __('use ganache-cli (former "testrpc") as the rpc simulator [%s]', 'default'))
|
||||
.option('-p, --port [port]', __('port to run the rpc simulator (default: %s)', '8545'))
|
||||
.option('-h, --host [host]', __('host to run the rpc simulator (default: %s)', 'localhost'))
|
||||
.option('--host [host]', __('host to run the rpc simulator (default: %s)', 'localhost'))
|
||||
.option('-a, --accounts [numAccounts]', __('number of accounts (default: %s)', '10'))
|
||||
.option('-e, --defaultBalanceEther [balance]', __('Amount of ether to assign each test account (default: %s)', '100'))
|
||||
.option('-l, --gasLimit [gasLimit]', __('custom gas limit (default: %s)', '8000000'))
|
||||
|
|
Loading…
Reference in New Issue