mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Remove dots from short descriptions
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
func GetCfg(name string) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "cfg",
|
||||
Short: "Commands for reading and writing configuration.",
|
||||
Short: "Commands for reading and writing configuration",
|
||||
}
|
||||
|
||||
cmd.AddCommand(commands.AnnotateCommand(name))
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
func GetFn(name string) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "fn",
|
||||
Short: "Commands for running functions against configuration.",
|
||||
Short: "Commands for running functions against configuration",
|
||||
}
|
||||
|
||||
cmd.AddCommand(commands.RunCommand(name))
|
||||
|
||||
Reference in New Issue
Block a user