debug: fix usage for examine command

This commit is contained in:
Michael Eischer 2021-03-10 22:22:33 +01:00
parent 5975ed61f3
commit 54d58edacc
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func runDebugDump(gopts GlobalOptions, args []string) error {
}
var cmdDebugExamine = &cobra.Command{
Use: "examine",
Use: "examine pack-ID...",
Short: "Examine a pack file",
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {