summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-25 10:43:36 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-26 11:39:55 +0200
commit428f53bef02ba6d3855d3d55d9133b349f5e3978 (patch)
tree57e8ca5ebf9ff89473c863353649af260c0e5616 /man
parentd875be710a1a5cccacdcc8eea4ffd49c1f036bb8 (diff)
downloadbundler-428f53bef02ba6d3855d3d55d9133b349f5e3978.tar.gz
Fix incorrect sectioning in `gemfile` man page
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 9fe4176a30..41f1062fe1 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -310,8 +310,7 @@ Git repositories support a number of additional options.
* `branch`, `tag`, and `ref`:
You `MUST` only specify at most one of these options. The default
- is `:branch => "master"`
- * For example:
+ is `:branch => "master"`. For example:
git "https://github.com/rails/rails.git", :branch => "5-0-stable" do