2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00

Merge pull request #1311 from felix9/dump-no-trees

"dump" command no longer has a "trees" option
This commit is contained in:
Alexander Neumann 2017-10-03 12:40:24 +02:00
commit fb09884893
2 changed files with 2 additions and 2 deletions

View File

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

View File

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