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

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-06-28 09:05:02 +03:00 committed by fyrchik
parent ad81b6c90a
commit ee27c66952

View file

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