Fix typo in `dump` usage

This commit is contained in:
Alexander Neumann 2015-10-25 13:19:35 +01:00
parent 5de36dfdf0
commit 650eab6a0e
1 changed files with 1 additions and 1 deletions

View File

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