diff --git a/src/cmds/restic/cmd_list.go b/src/cmds/restic/cmd_list.go index 6f35ed7b3..105f70a5e 100644 --- a/src/cmds/restic/cmd_list.go +++ b/src/cmds/restic/cmd_list.go @@ -13,7 +13,7 @@ var cmdList = &cobra.Command{ Use: "list [blobs|packs|index|snapshots|keys|locks]", Short: "list objects in the repository", Long: ` - +The "list" command allows listing objects in the repository based on type. `, RunE: func(cmd *cobra.Command, args []string) error { return runList(globalOptions, args)