Reword --no-upstream help doc

This commit is contained in:
Kynan Ware 2026-03-03 15:51:27 -07:00 committed by GitHub
parent fa95f3a21b
commit 6045a593a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,8 +61,7 @@ func NewCmdClone(f *cmdutil.Factory, runF func(*CloneOptions) error) *cobra.Comm
the remote after the owner of the parent repository.
If the repository is a fork, its parent repository will be set as the default remote repository.
To skip adding the upstream remote entirely, use %[1]s--no-upstream%[1]s.
To skip this behavior, use %[1]s--no-upstream%[1]s.
`, "`"),
Example: heredoc.Doc(`
# Clone a repository from a specific org