mirror of
https://github.com/octoleo/restic.git
synced 2025-04-08 07:51:49 +00:00
debug: fix usage for examine command
This commit is contained in:
parent
5975ed61f3
commit
54d58edacc
@ -184,7 +184,7 @@ func runDebugDump(gopts GlobalOptions, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var cmdDebugExamine = &cobra.Command{
|
var cmdDebugExamine = &cobra.Command{
|
||||||
Use: "examine",
|
Use: "examine pack-ID...",
|
||||||
Short: "Examine a pack file",
|
Short: "Examine a pack file",
|
||||||
DisableAutoGenTag: true,
|
DisableAutoGenTag: true,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user