mirror of
https://github.com/octoleo/restic.git
synced 2024-11-30 08:44:02 +00:00
Add 'index' to list of options for 'cat' command
This commit is contained in:
parent
1f9db97d33
commit
abd44ca7c5
@ -15,7 +15,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|tree|snapshot|index|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 New Issue
Block a user