From 555bd257bd5950de7320636a819af3b81c7d445e Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Sun, 1 Oct 2017 08:04:52 -0700 Subject: [PATCH 1/2] 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 From 6d897def1b7295542c5e3836f5c0d6b76a04e0aa Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Sun, 1 Oct 2017 18:33:22 -0700 Subject: [PATCH 2/2] also fix man page --- doc/man/restic-dump.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/restic-dump.1 b/doc/man/restic-dump.1 index 8b1fb28e6..e4307f0e4 100644 --- a/doc/man/restic-dump.1 +++ b/doc/man/restic-dump.1 @@ -10,7 +10,7 @@ restic\-dump \- Dump data structures .SH SYNOPSIS .PP -\fBrestic dump [indexes|snapshots|trees|all|packs] [flags]\fP +\fBrestic dump [indexes|snapshots|all|packs] [flags]\fP .SH DESCRIPTION