summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2014-09-19 12:24:21 +1000
committerTim Moore <tmoore@incrementalism.net>2014-09-19 12:24:21 +1000
commitd82cca262bf9b927316a054c92f19146c8257c96 (patch)
treeb6ecf8e315dcd25212168f0630b12c0ff170cf07
parent8c7283921ea444528e0bb333efd52ff518a0dbb9 (diff)
parentbc1fd42d857a333a55fbe7c38b6476252d74c2ad (diff)
downloadbundler-d82cca262bf9b927316a054c92f19146c8257c96.tar.gz
Merge pull request #3166 from dx7/master
Add documentation to bundle update group option
-rw-r--r--man/bundle-update.ronn8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn
index 3ac60c5715..d39f1fdd92 100644
--- a/man/bundle-update.ronn
+++ b/man/bundle-update.ronn
@@ -3,7 +3,7 @@ bundle-update(1) -- Update your gems to the latest available versions
## SYNOPSIS
-`bundle update` <*gems> [--source=NAME] [--local]
+`bundle update` <*gems> [--group=NAME] [--source=NAME] [--local]
## DESCRIPTION
@@ -17,6 +17,12 @@ gem.
## OPTIONS
+* `--group=<name>`:
+ Only update the gems in the specified group. For instance, you can update all gems
+ in the development group with `bundle update --group development`. You can also
+ call `bundle update rails --group test` to update the rails gem and all gems in
+ the test group, for example.
+
* `--source=<name>`:
The name of a `:git` or `:path` source used in the Gemfile(5). For
instance, with a `:git` source of `http://github.com/rails/rails.git`,