cmd/utils: fix typo (#3377)

fixes typo in line 553
This commit is contained in:
Zachinquarantine 2022-01-30 14:54:40 -05:00 committed by GitHub
parent 9040238f96
commit 95fbde50be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,7 +550,7 @@ var (
}
SnapshotRetireFlag = cli.BoolFlag{
Name: ethconfig.FlagSnapshotRetire,
Usage: "Delete(!) old blocks from DB, by move them to snapshots",
Usage: "Delete(!) old blocks from DB, by moving them to snapshots",
}
DbPageSizeFlag = cli.Uint64Flag{
Name: "db.pagesize",