diff --git a/pkg/cmd/project/template/template.go b/pkg/cmd/project/template/template.go index 30f6e55c1..9ef0732b9 100644 --- a/pkg/cmd/project/template/template.go +++ b/pkg/cmd/project/template/template.go @@ -42,7 +42,7 @@ type unmarkProjectTemplateMutation struct { func NewCmdTemplate(f *cmdutil.Factory, runF func(config templateConfig) error) *cobra.Command { opts := templateOpts{} templateCmd := &cobra.Command{ - Short: "Mark a project as a template.", + Short: "Mark a project as a template", Use: "template []", Example: heredoc.Doc(` # mark the github org's project "1" as a template