From de684cb613c47572cc9ec90d4fd73eef80aef09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 6 Sep 2018 12:57:45 +0200 Subject: [PATCH] Tweak `pull-request -F` example in the documentation [ci skip] --- commands/pull_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pull_request.go b/commands/pull_request.go index 5aa7dca31..9a663858b 100644 --- a/commands/pull_request.go +++ b/commands/pull_request.go @@ -85,7 +85,7 @@ pull-request -i $ hub pull-request --browse -m "My title" [ creates a pull request with the given title and opens it in a browser ] - $ hub pull-request -F - --edit + $ hub pull-request -F - --edit < path/to/message-template.md [ further edit the title and message received on standard input ] ## Configuration: