mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 10:05:25 +00:00
Fix wrong description of rebuild-index command in help text
This commit is contained in:
parent
514a11346d
commit
511278b66a
@ -10,8 +10,8 @@ var cmdRebuildIndex = &cobra.Command{
|
|||||||
Use: "rebuild-index [flags]",
|
Use: "rebuild-index [flags]",
|
||||||
Short: "build a new index file",
|
Short: "build a new index file",
|
||||||
Long: `
|
Long: `
|
||||||
The "rebuild-index" command creates a new index by combining the index files
|
The "rebuild-index" command creates a new index based on the pack files in the
|
||||||
into a new one.
|
repository.
|
||||||
`,
|
`,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
return runRebuildIndex(globalOptions)
|
return runRebuildIndex(globalOptions)
|
||||||
|
Loading…
Reference in New Issue
Block a user