mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
Fix typo in dump
usage
This commit is contained in:
parent
5de36dfdf0
commit
650eab6a0e
@ -32,7 +32,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (cmd CmdDump) Usage() string {
|
func (cmd CmdDump) Usage() string {
|
||||||
return "[index|snapshots|trees|all]"
|
return "[indexes|snapshots|trees|all]"
|
||||||
}
|
}
|
||||||
|
|
||||||
func prettyPrintJSON(wr io.Writer, item interface{}) error {
|
func prettyPrintJSON(wr io.Writer, item interface{}) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user