mirror of
https://github.com/restic/restic.git
synced 2025-08-22 09:07:26 +00:00
Fix typo in dump
usage
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user