diff --git a/command/repo.go b/command/repo.go index 08eb1d490..32f9afa27 100644 --- a/command/repo.go +++ b/command/repo.go @@ -93,7 +93,7 @@ With '--web', open the repository in a web browser instead.`, } var repoCreditsCmd = &cobra.Command{ - Use: "credits [repository]", + Use: "credits []", 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