Skip to content

Commit 3a9b9de

Browse files
Modification of help text for usage of gh pr checks (cli#1915)
1 parent c11ff00 commit 3a9b9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/checks/checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func NewCmdChecks(f *cmdutil.Factory, runF func(*ChecksOptions) error) *cobra.Co
3737
}
3838

3939
cmd := &cobra.Command{
40-
Use: "checks",
40+
Use: "checks [<number> | <url> | <branch>]",
4141
Short: "Show CI status for a single pull request",
4242
Args: cobra.MaximumNArgs(1),
4343
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)