2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

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

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 {