From 199021d55daecb432cee438051401edf4258c161 Mon Sep 17 00:00:00 2001 From: Fotios Lindiakos Date: Fri, 3 Apr 2020 10:10:32 -0400 Subject: [PATCH] Cleanup clone description --- command/repo.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/command/repo.go b/command/repo.go index 85da23d23..8ef603cbf 100644 --- a/command/repo.go +++ b/command/repo.go @@ -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, }