forked from TrueCloudLab/restic
Add missing opening parenthesis
This commit is contained in:
parent
8cab0c121d
commit
f11789c437
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ var cmdGenerate = &cobra.Command{
|
||||||
Use: "generate [command]",
|
Use: "generate [command]",
|
||||||
Short: "Generate manual pages and auto-completion files (bash, zsh)",
|
Short: "Generate manual pages and auto-completion files (bash, zsh)",
|
||||||
Long: `
|
Long: `
|
||||||
The "generate" command writes automatically generated files like the man pages
|
The "generate" command writes automatically generated files (like the man pages
|
||||||
and the auto-completion files for bash and zsh).
|
and the auto-completion files for bash and zsh).
|
||||||
`,
|
`,
|
||||||
DisableAutoGenTag: true,
|
DisableAutoGenTag: true,
|
||||||
|
|
|
@ -15,7 +15,7 @@ restic\-generate \- Generate manual pages and auto\-completion files (bash, zsh)
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
The "generate" command writes automatically generated files like the man pages
|
The "generate" command writes automatically generated files (like the man pages
|
||||||
and the auto\-completion files for bash and zsh).
|
and the auto\-completion files for bash and zsh).
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue