This commit is contained in:
Cristian Dominguez 2020-10-23 22:32:26 -03:00
parent 69b64507ea
commit c6938941d5

View file

@ -57,7 +57,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 aditional 'git clone' flags by listing them after '--'.`,
If '--clone' is specified, you can pass additional 'git clone' flags by listing them after '--'.`,
RunE: func(cmd *cobra.Command, args []string) error {
promptOk := opts.IO.CanPrompt()
if len(args) > 0 {