From 555bd257bd5950de7320636a819af3b81c7d445e Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Sun, 1 Oct 2017 08:04:52 -0700 Subject: [PATCH] dump command no longer has 'trees' option --- 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 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