2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00

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

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)