2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

Add 'index' to list of options for 'cat' command

This commit is contained in:
Alexander Neumann 2017-01-30 10:53:17 +01:00
parent 1f9db97d33
commit abd44ca7c5

View File

@ -15,7 +15,7 @@ import (
)
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",
Long: `
The "cat" command is used to print internal objects to stdout.