2
2
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:
Alexander Neumann 2015-10-25 13:19:35 +01:00
parent 5de36dfdf0
commit 650eab6a0e

View File

@ -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 {