2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00

Remove 'tree' from help text for 'cat' command

This commit is contained in:
Alexander Neumann 2017-01-30 10:50:52 +01:00
parent 658bee17e9
commit 44f4ff9d37

View File

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