From 3a9b9de940b3e20fdf1323395cf9d04f6fcddd34 Mon Sep 17 00:00:00 2001 From: Pranjal Mittal Date: Tue, 29 Sep 2020 14:55:02 +0530 Subject: [PATCH] Modification of help text for usage of gh pr checks (#1915) --- pkg/cmd/pr/checks/checks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {