forked from TrueCloudLab/restic
debug: fix usage for examine command
This commit is contained in:
parent
5975ed61f3
commit
54d58edacc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue