forked from TrueCloudLab/restic
Add long description of list command in help text
This commit is contained in:
parent
2eb75bb941
commit
514a11346d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue