update text to long-form
Change from "repo" to "repository". Run "gh repo clone -h` to see the usage text I am referring to. We use the word "repository" here: Usage: gh repo fork [<repository>] [flags] Usage: gh repo view [<repository>] [flags]
This commit is contained in:
parent
806574f9c1
commit
1aba837589
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ A repository can be supplied as an argument in any of the following formats:
|
|||
}
|
||||
|
||||
var repoCloneCmd = &cobra.Command{
|
||||
Use: "clone <repo> [<directory>]",
|
||||
Use: "clone <repository> [<directory>]",
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
Short: "Clone a repository locally",
|
||||
Long: `Clone a GitHub repository locally.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue