Skip to content

Commit

Permalink
change pruneancient usage
Browse files Browse the repository at this point in the history
  • Loading branch information
actioncli committed Jun 21, 2022
1 parent 1be0f49 commit 2d7fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ var (
}
PruneAncientDataFlag = cli.BoolFlag{
Name: "pruneancient",
Usage: "Prune ancient data, recommends to the user who don't care about the ancient data. Note that once be turned on, the ancient data will not be recovered",
Usage: "Prune ancient data, recommends to the user who don't care about the ancient data. Note that once be turned on, the ancient data will not be recovered again",
}
// Miner settings
MiningEnabledFlag = cli.BoolFlag{
Expand Down

0 comments on commit 2d7fbb1

Please sign in to comment.