diff --git a/pkg/cmd/pr/checks/checks.go b/pkg/cmd/pr/checks/checks.go index d3af8cbb0..f267c9854 100644 --- a/pkg/cmd/pr/checks/checks.go +++ b/pkg/cmd/pr/checks/checks.go @@ -37,7 +37,7 @@ func NewCmdChecks(f *cmdutil.Factory, runF func(*ChecksOptions) error) *cobra.Co } cmd := &cobra.Command{ - Use: "checks", + Use: "checks [ | | ]", Short: "Show CI status for a single pull request", Args: cobra.MaximumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error {