Modification of help text for usage of gh pr checks (#1915)
This commit is contained in:
parent
c11ff0005a
commit
3a9b9de940
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue