Skip to content

Commit

Permalink
Minor wording fix in prune state description
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Dec 15, 2022
1 parent b7ed9de commit 9b2407a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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.
2 changes: 1 addition & 1 deletion internal/cli/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (a *SnapshotCommand) MarkDown() string {
items := []string{
"# snapshot",
"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")
Expand Down

0 comments on commit 9b2407a

Please sign in to comment.