From 54d58edacc4af8b33883733c8b7fa86b099fc50c Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 10 Mar 2021 22:22:33 +0100 Subject: [PATCH] debug: fix usage for examine command --- cmd/restic/cmd_debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_debug.go b/cmd/restic/cmd_debug.go index 653c4a99c..42433d5b9 100644 --- a/cmd/restic/cmd_debug.go +++ b/cmd/restic/cmd_debug.go @@ -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 {