From 650eab6a0e95b4a9147d7bea31cbecac56f674d1 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 25 Oct 2015 13:19:35 +0100 Subject: [PATCH] Fix typo in `dump` usage --- cmd/restic/cmd_dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_dump.go b/cmd/restic/cmd_dump.go index 1a3ed4036..b7d456e4e 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 {