Skip to content

Commit a3a5875

Browse files
committed
mock view diff
1 parent 503fcab commit a3a5875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pr_review.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func patchReview(cmd *cobra.Command) (*api.PullRequestReviewInput, error) {
439439

440440
fmt.Fprintln(out, rendered)
441441

442-
fmt.Fprint(out, "s: skip, f: skip file, c: comment, q: quit ")
442+
fmt.Fprint(out, "s: skip, f: skip file, v: view diff, c: comment, q: quit ")
443443

444444
action, err := patchSurvey()
445445
if err != nil {

0 commit comments

Comments
 (0)