no other descriptions have a period
This commit is contained in:
parent
a94240e1e0
commit
f5d5e2ed1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue