Skip to content

Commit 89830d8

Browse files
committed
correct usage
1 parent e2ef712 commit 89830d8

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
@@ -93,7 +93,7 @@ With '--web', open the repository in a web browser instead.`,
9393
}
9494

9595
var repoCreditsCmd = &cobra.Command{
96-
Use: "credits [repository]",
96+
Use: "credits [<repository>]",
9797
Short: "View credits for a repository",
9898
Example: `$ gh repo credits # view credits for the current repository
9999
$ gh repo credits cool/repo # view credits for cool/repo

0 commit comments

Comments
 (0)