X Tutup
Skip to content

Commit 535f754

Browse files
authored
Merge pull request cli#578 from cli/update-repo-usage
Add fork, clone, create, view to repo usage
2 parents 86b5d4a + be32459 commit 535f754

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
@@ -39,7 +39,7 @@ func init() {
3939

4040
var repoCmd = &cobra.Command{
4141
Use: "repo",
42-
Short: "View repositories",
42+
Short: "Create, clone, fork, and view repositories",
4343
Long: `Work with GitHub repositories.
4444
4545
A repository can be supplied as an argument in any of the following formats:

0 commit comments

Comments
 (0)
X Tutup