mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
dump command no longer has 'trees' option
This commit is contained in:
parent
3afd974dea
commit
555bd257bd
@ -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 New Issue
Block a user