mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 16:33:47 +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{
|
AncientPruneFlag = cli.BoolFlag{
|
||||||
Name: "ancient.prune",
|
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{
|
MinFreeDiskSpaceFlag = DirectoryFlag{
|
||||||
Name: "datadir.minfreedisk",
|
Name: "datadir.minfreedisk",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue