"eth attach" should be "geth attach" (#20732)

"eth attach" should be "geth attach" A letter missing
This commit is contained in:
architect.bian
2020-03-02 20:47:46 +08:00
committed by GitHub
parent ee73348658
commit c4a73900c6

View File

@ -20,7 +20,7 @@ Attach mode accepts an endpoint in case the geth node is running with a non defa
ipc endpoint or you would like to connect over the rpc interface. ipc endpoint or you would like to connect over the rpc interface.
geth attach /some/custom/path.ipc geth attach /some/custom/path.ipc
eth attach http://191.168.1.1:8545 geth attach http://191.168.1.1:8545
geth attach ws://191.168.1.1:8546 geth attach ws://191.168.1.1:8546
Note that by default the geth node doesn't start the HTTP and WebSocket servers and not Note that by default the geth node doesn't start the HTTP and WebSocket servers and not