diff --git a/command/repo.go b/command/repo.go index 4f8c51e0b..8efda0595 100644 --- a/command/repo.go +++ b/command/repo.go @@ -51,7 +51,7 @@ A repository can be supplied as an argument in any of the following formats: } var repoCloneCmd = &cobra.Command{ - Use: "clone []", + Use: "clone []", Args: cobra.MinimumNArgs(1), Short: "Clone a repository locally", Long: `Clone a GitHub repository locally.