Fix wording
This commit is contained in:
parent
918443f32b
commit
aaa41ca6a9
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue