mirror of https://github.com/restic/restic.git
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 {
|
||||
return "[index|snapshots|trees|all]"
|
||||
return "[indexes|snapshots|trees|all]"
|
||||
}
|
||||
|
||||
func prettyPrintJSON(wr io.Writer, item interface{}) error {
|
||||
|
|
Loading…
Reference in New Issue