Cleanup clone description
This commit is contained in:
parent
59f239bddc
commit
199021d55d
1 changed files with 1 additions and 3 deletions
|
|
@ -56,9 +56,7 @@ var repoCloneCmd = &cobra.Command{
|
|||
Short: "Clone a repository locally",
|
||||
Long: `Clone a GitHub repository locally.
|
||||
|
||||
To pass 'git clone' options, separate them with '--'.
|
||||
|
||||
In order to clone to a specific directory, provide it before the '--' instead of after the other additional options.`,
|
||||
To pass 'git clone' flags, separate them with '--'.`,
|
||||
RunE: repoClone,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue