Skip to content

Commit 6045a59

Browse files
authored
Reword --no-upstream help doc
1 parent fa95f3a commit 6045a59

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/cmd/repo/clone/clone.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ func NewCmdClone(f *cmdutil.Factory, runF func(*CloneOptions) error) *cobra.Comm
6161
the remote after the owner of the parent repository.
6262
6363
If the repository is a fork, its parent repository will be set as the default remote repository.
64-
65-
To skip adding the upstream remote entirely, use %[1]s--no-upstream%[1]s.
64+
To skip this behavior, use %[1]s--no-upstream%[1]s.
6665
`, "`"),
6766
Example: heredoc.Doc(`
6867
# Clone a repository from a specific org

0 commit comments

Comments
 (0)