forked from TrueCloudLab/frostfs-node
[#1555] util/gendoc: Remove trailing dot from the help message
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
ad81b6c90a
commit
ee27c66952
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue