Fix wording

This commit is contained in:
benebsiny 2024-01-21 21:41:58 +08:00
parent 918443f32b
commit aaa41ca6a9
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ func NewCmdLink(f *cmdutil.Factory, runF func(config linkConfig) error) *cobra.C
# link monalisa's project 1 to her repository "my_repo"
gh project link 1 --owner monalisa --repo my_repo
# link monalisa's project 1 to her team "my_team"
# link monalisa's organization's project 1 to her team "my_team"
gh project link 1 --owner my_organization --team my_team
`),
RunE: func(cmd *cobra.Command, args []string) error {

View file

@ -55,7 +55,7 @@ func NewCmdUnlink(f *cmdutil.Factory, runF func(config unlinkConfig) error) *cob
# unlink monalisa's project 1 from her repository "my_repo"
gh project unlink 1 --owner monalisa --repo my_repo
# unlink monalisa's project 1 from her team "my_team"
# unlink monalisa's organization's project 1 from her team "my_team"
gh project unlink 1 --owner my_organization --team my_team
`),
RunE: func(cmd *cobra.Command, args []string) error {