no other descriptions have a period

This commit is contained in:
Ariel Deitcher 2023-08-30 09:48:17 -07:00
parent a94240e1e0
commit f5d5e2ed1b

View file

@ -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 [<number>]",
Example: heredoc.Doc(`
# mark the github org's project "1" as a template