From 514a11346d9471f4d50ea890410d17245d27db37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Olsen?= Date: Mon, 13 Feb 2017 16:06:27 +0100 Subject: [PATCH] Add long description of list command in help text --- src/cmds/restic/cmd_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)