mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Minor wording fix in prune state description
This commit is contained in:
parent
b7ed9de45b
commit
9b2407a58f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue