diff --git a/cmd/restic/cmd_dump.go b/cmd/restic/cmd_dump.go index 215de8dad..b63e2d1ad 100644 --- a/cmd/restic/cmd_dump.go +++ b/cmd/restic/cmd_dump.go @@ -20,7 +20,7 @@ import ( ) var cmdDump = &cobra.Command{ - Use: "dump [indexes|snapshots|trees|all|packs]", + Use: "dump [indexes|snapshots|all|packs]", Short: "Dump data structures", Long: ` The "dump" command dumps data structures from the repository as JSON objects. It