aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-25 10:43:36 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit6015bbeeaf897c75065d0b18e119e2614e1d1f44 (patch)
tree2f64d10dd44b7e0dbc293f950f5889d01cfb4968 /man
parentd4b1804b11310a3c2303367dcd4ec73aae419ee1 (diff)
downloadruby-6015bbeeaf897c75065d0b18e119e2614e1d1f44.tar.gz
[bundler/bundler] Fix incorrect sectioning in `gemfile` man page
https://github.com/bundler/bundler/commit/428f53bef0
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