removed terminal mention
This commit is contained in:
parent
82d0060eb4
commit
cf44dcd81b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ func init() {
|
|||
prListCmd.Flags().StringSliceP("label", "l", nil, "Filter by label")
|
||||
prListCmd.Flags().StringP("assignee", "a", "", "Filter by assignee")
|
||||
|
||||
prViewCmd.Flags().BoolP("preview", "p", false, "Preview pull request in terminal")
|
||||
prViewCmd.Flags().BoolP("preview", "p", false, "Display preview of pull request content")
|
||||
}
|
||||
|
||||
var prCmd = &cobra.Command{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue