mirror of
https://github.com/restic/restic.git
synced 2024-12-25 01:06:39 +00:00
dump command no longer has 'trees' option
This commit is contained in:
parent
3afd974dea
commit
555bd257bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue