From f11789c43765975d89067161c35005581d37523b Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 23 Apr 2019 09:06:32 +0700 Subject: [PATCH] Add missing opening parenthesis --- cmd/restic/cmd_generate.go | 2 +- doc/man/restic-generate.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/restic/cmd_generate.go b/cmd/restic/cmd_generate.go index 5c42537dc..3c9fba3d2 100644 --- a/cmd/restic/cmd_generate.go +++ b/cmd/restic/cmd_generate.go @@ -12,7 +12,7 @@ var cmdGenerate = &cobra.Command{ Use: "generate [command]", Short: "Generate manual pages and auto-completion files (bash, zsh)", 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). `, DisableAutoGenTag: true, diff --git a/doc/man/restic-generate.1 b/doc/man/restic-generate.1 index 91c963152..2ab782bf2 100644 --- a/doc/man/restic-generate.1 +++ b/doc/man/restic-generate.1 @@ -15,7 +15,7 @@ restic\-generate \- Generate manual pages and auto\-completion files (bash, zsh) .SH DESCRIPTION .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).