We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d0060 commit cf44dcdCopy full SHA for cf44dcd
command/pr.go
@@ -32,7 +32,7 @@ func init() {
32
prListCmd.Flags().StringSliceP("label", "l", nil, "Filter by label")
33
prListCmd.Flags().StringP("assignee", "a", "", "Filter by assignee")
34
35
- prViewCmd.Flags().BoolP("preview", "p", false, "Preview pull request in terminal")
+ prViewCmd.Flags().BoolP("preview", "p", false, "Display preview of pull request content")
36
}
37
38
var prCmd = &cobra.Command{
0 commit comments