Add long description of list command in help text

This commit is contained in:
Øystein Olsen 2017-02-13 16:06:27 +01:00
parent 2eb75bb941
commit 514a11346d
1 changed files with 1 additions and 1 deletions

View File

@ -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)