mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-01 01:23:46 +00:00
fix grammer error raised by golint-ci
This commit is contained in:
parent
a6e42641a2
commit
0a0a8733ab
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ var (
|
|||
}
|
||||
AncientPruneFlag = cli.BoolFlag{
|
||||
Name: "ancient.prune",
|
||||
Usage: "Totally discard the ancient blocks instead of writting them to the freezer db",
|
||||
Usage: "Totally discard the ancient blocks instead of writing them to the freezer db",
|
||||
}
|
||||
MinFreeDiskSpaceFlag = DirectoryFlag{
|
||||
Name: "datadir.minfreedisk",
|
||||
|
|
|
|||
Loading…
Reference in a new issue