Minor wording fix in prune state description

This commit is contained in:
Jerry 2022-12-14 21:48:54 -08:00
parent b7ed9de45b
commit 9b2407a58f
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
The ```snapshot``` command groups snapshot related actions: The ```snapshot``` command groups snapshot related actions:
- [```snapshot prune-state```](./snapshot_prune-state.md): Joins the local client to another remote peer. - [```snapshot prune-state```](./snapshot_prune-state.md): Prune state databases at the given datadir location.

View file

@ -25,7 +25,7 @@ func (a *SnapshotCommand) MarkDown() string {
items := []string{ items := []string{
"# snapshot", "# snapshot",
"The ```snapshot``` command groups snapshot related actions:", "The ```snapshot``` command groups snapshot related actions:",
"- [```snapshot prune-state```](./snapshot_prune-state.md): Joins the local client to another remote peer.", "- [```snapshot prune-state```](./snapshot_prune-state.md): Prune state databases at the given datadir location.",
} }
return strings.Join(items, "\n\n") return strings.Join(items, "\n\n")