mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
unwrap line
This commit is contained in:
parent
9a9c4a28cf
commit
7968e97c80
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ existing Ethereum accounts and other uses of the `account` command._
|
|||
### Sync modes
|
||||
|
||||
Running Geth starts an Ethereum node that can join any existing network, or create a new
|
||||
one. You can start Geth in one of three different sync modes using the `--syncmode
|
||||
"{mode}"` argument that determines what sort of node it is in the network.
|
||||
one. You can start Geth in one of three different sync modes using the `--syncmode "{mode}"`
|
||||
argument that determines what sort of node it is in the network.
|
||||
|
||||
These are:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue