Merge pull request #1311 from felix9/dump-no-trees
"dump" command no longer has a "trees" option
This commit is contained in:
commit
fb09884893
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var cmdDump = &cobra.Command{
|
var cmdDump = &cobra.Command{
|
||||||
Use: "dump [indexes|snapshots|trees|all|packs]",
|
Use: "dump [indexes|snapshots|all|packs]",
|
||||||
Short: "Dump data structures",
|
Short: "Dump data structures",
|
||||||
Long: `
|
Long: `
|
||||||
The "dump" command dumps data structures from the repository as JSON objects. It
|
The "dump" command dumps data structures from the repository as JSON objects. It
|
||||||
|
|
|
@ -10,7 +10,7 @@ restic\-dump \- Dump data structures
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.PP
|
.PP
|
||||||
\fBrestic dump [indexes|snapshots|trees|all|packs] [flags]\fP
|
\fBrestic dump [indexes|snapshots|all|packs] [flags]\fP
|
||||||
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
Loading…
Add table
Reference in a new issue