Update language
This commit is contained in:
parent
22bac00148
commit
b2eec1cd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func NewCmdStatus(f *cmdutil.Factory, runF func(*StatusOptions) error) *cobra.Co
|
|||
The status shows a summary of PRs that includes information such as
|
||||
PR number, title, CI checks, reviews, etc.
|
||||
|
||||
For the details of CI checks, run %[1]sgh pr checks%[1]s.
|
||||
To see more details of CI checks, run %[1]sgh pr checks%[1]s.
|
||||
`, "`"),
|
||||
Args: cmdutil.NoArgsQuoteReminder,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue