From f5d5e2ed1bdeadeb69e60392cc2c065912c24e45 Mon Sep 17 00:00:00 2001 From: Ariel Deitcher Date: Wed, 30 Aug 2023 09:48:17 -0700 Subject: [PATCH] no other descriptions have a period --- pkg/cmd/project/template/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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