Update repo fork help msg

This commit is contained in:
Cristian Dominguez 2020-11-04 12:14:02 -03:00
parent 97aa0b2f7d
commit 07bd647211

View file

@ -62,7 +62,7 @@ func NewCmdFork(f *cmdutil.Factory, runF func(*ForkOptions) error) *cobra.Comman
With no argument, creates a fork of the current repository. Otherwise, forks the specified repository.
If '--clone' is specified, you can pass additional 'git clone' flags by listing them after '--'.`,
Additional 'git clone' flags can be passed in by listing them after '--'.`,
RunE: func(cmd *cobra.Command, args []string) error {
promptOk := opts.IO.CanPrompt()
if len(args) > 0 {