From 2158b17a7105a8469288204264cffc13def74d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 8 Oct 2019 13:17:43 +0200 Subject: [PATCH] [pr] Improve docs [ci skip] --- commands/pr.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/pr.go b/commands/pr.go index ed9653f1..707d1093 100644 --- a/commands/pr.go +++ b/commands/pr.go @@ -31,7 +31,10 @@ pr show [-uc] [-f ] Check out the head of a pull request in a new branch. * _show_: - Open a pull request page in a web browser. + Open a pull request page in a web browser. When no is + specified, is used to look up open pull requests and defaults to + the current branch name. With '--format', print information about the + pull request instead of opening it. ## Options: -- GitLab