diff --git a/cmd/restic/cmd_dump.go b/cmd/restic/cmd_dump.go index 1a3ed403..b7d456e4 100644 --- a/cmd/restic/cmd_dump.go +++ b/cmd/restic/cmd_dump.go @@ -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 {