Cleanup clone description

This commit is contained in:
Fotios Lindiakos 2020-04-03 10:10:32 -04:00
parent 59f239bddc
commit 199021d55d
No known key found for this signature in database
GPG key ID: 91BDC79C39F348FD

View file

@ -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,
}