mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Merge pull request #1311 from felix9/dump-no-trees
"dump" command no longer has a "trees" option
This commit is contained in:
commit
fb09884893
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user