Fix basecli --chainid to --chain-id

This commit is contained in:
Ethan Frey
2017-06-15 20:29:26 +02:00
parent 1a1d5d4c74
commit 3c18c33e92
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Just initialize your client with the proper validator set as in the [README](REA
```
$ export BCHOME=~/.lightnode
$ basecli init --node tcp://<host>:<port> --chainid <chain>
$ basecli init --node tcp://<host>:<port> --chain-id <chain>
```
## Running
+1 -1
View File
@@ -40,7 +40,7 @@ $ basecoin start
## Connect your basecli the first time
```
% basecli init --chainid test_chain_id --node tcp://localhost:46657
% basecli init --chain-id test_chain_id --node tcp://localhost:46657
```
## Check your balances...