From 4e8b7489af6af2806ea48308e272614b78016d24 Mon Sep 17 00:00:00 2001 From: meowsbits <45600330+meowsbits@users.noreply.github.com> Date: Sat, 1 Jun 2019 09:20:41 -0500 Subject: [PATCH 1/2] README: fix missing network flags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2639c592a9f5..dab2ff7273ca 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ the user doesn't care about years-old historical data, so we can fast-sync quick state of the network. To do so: ``` -$ geth [|--classic|--social|--ethersocial|--testnet|--rinkeby|--kotti|--goerli] console +$ geth [|--classic|--social|--ethersocial|--mix|--music|--testnet|--rinkeby|--kotti|--goerli|--dev] console ``` This command will: From 124651c4c0576ae418ce17618248f2f1291de8e9 Mon Sep 17 00:00:00 2001 From: meowsbits <45600330+meowsbits@users.noreply.github.com> Date: Sat, 1 Jun 2019 09:22:44 -0500 Subject: [PATCH 2/2] README: remove --dev from network flag example This is developer-specific option that does not make the client connect to any actualy _network_. So this documentation belongs elsewhere. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dab2ff7273ca..342cdbc12d3d 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ the user doesn't care about years-old historical data, so we can fast-sync quick state of the network. To do so: ``` -$ geth [|--classic|--social|--ethersocial|--mix|--music|--testnet|--rinkeby|--kotti|--goerli|--dev] console +$ geth [|--classic|--social|--ethersocial|--mix|--music|--testnet|--rinkeby|--kotti|--goerli] console ``` This command will: