X Tutup
Skip to content

Commit cf44dcd

Browse files
authored
removed terminal mention
1 parent 82d0060 commit cf44dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func init() {
3232
prListCmd.Flags().StringSliceP("label", "l", nil, "Filter by label")
3333
prListCmd.Flags().StringP("assignee", "a", "", "Filter by assignee")
3434

35-
prViewCmd.Flags().BoolP("preview", "p", false, "Preview pull request in terminal")
35+
prViewCmd.Flags().BoolP("preview", "p", false, "Display preview of pull request content")
3636
}
3737

3838
var prCmd = &cobra.Command{

0 commit comments

Comments
 (0)
X Tutup