Modification of help text for usage of gh pr checks (#1915)

This commit is contained in:
Pranjal Mittal 2020-09-29 14:55:02 +05:30 committed by GitHub
parent c11ff0005a
commit 3a9b9de940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ func NewCmdChecks(f *cmdutil.Factory, runF func(*ChecksOptions) error) *cobra.Co
}
cmd := &cobra.Command{
Use: "checks",
Use: "checks [<number> | <url> | <branch>]",
Short: "Show CI status for a single pull request",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {