forked from TrueCloudLab/restic
Remove 'tree' from help text for 'cat' command
This commit is contained in:
parent
658bee17e9
commit
44f4ff9d37
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var cmdCat = &cobra.Command{
|
var cmdCat = &cobra.Command{
|
||||||
Use: "cat [flags] [pack|blob|tree|snapshot|key|masterkey|config|lock] ID",
|
Use: "cat [flags] [pack|blob|snapshot|key|masterkey|config|lock] ID",
|
||||||
Short: "print internal objects to stdout",
|
Short: "print internal objects to stdout",
|
||||||
Long: `
|
Long: `
|
||||||
The "cat" command is used to print internal objects to stdout.
|
The "cat" command is used to print internal objects to stdout.
|
||||||
|
|
Loading…
Reference in a new issue