correct usage

This commit is contained in:
vilmibm 2020-06-08 12:32:51 -05:00
parent e2ef712e43
commit 89830d86d1

View file

@ -93,7 +93,7 @@ With '--web', open the repository in a web browser instead.`,
}
var repoCreditsCmd = &cobra.Command{
Use: "credits [repository]",
Use: "credits [<repository>]",
Short: "View credits for a repository",
Example: `$ gh repo credits # view credits for the current repository
$ gh repo credits cool/repo # view credits for cool/repo