[#1555] util/gendoc: Remove trailing dot from the help message

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
support/v0.30
Evgenii Stratonikov 2022-06-28 09:05:02 +03:00 committed by fyrchik
parent ad81b6c90a
commit ee27c66952
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const (
func Command(rootCmd *cobra.Command) *cobra.Command {
gendocCmd := &cobra.Command{
Use: "gendoc <dir>",
Short: "Generate documentation for this command.",
Short: "Generate documentation for this command",
Long: `Generate documentation for this command. If the template is not provided,
builtin cobra generator is used and each subcommand is placed in
a separate file in the same directory.