Skip to content

Commit 1aba837

Browse files
authored
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]
1 parent 806574f commit 1aba837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A repository can be supplied as an argument in any of the following formats:
5151
}
5252

5353
var repoCloneCmd = &cobra.Command{
54-
Use: "clone <repo> [<directory>]",
54+
Use: "clone <repository> [<directory>]",
5555
Args: cobra.MinimumNArgs(1),
5656
Short: "Clone a repository locally",
5757
Long: `Clone a GitHub repository locally.

0 commit comments

Comments
 (0)