summaryrefslogtreecommitdiff
path: root/man/bundle-update.ronn
diff options
context:
space:
mode:
authordx7 <rafaeldx7@gmail.com>2014-09-02 20:19:18 -0300
committerdx7 <rafaeldx7@gmail.com>2014-09-02 20:19:18 -0300
commitbc1fd42d857a333a55fbe7c38b6476252d74c2ad (patch)
tree36beac6af369edcbc0f036fde4e7d881a3784107 /man/bundle-update.ronn
parent99ab5b01795da5c0f841790d31c4e8f907d0cb66 (diff)
downloadbundler-bc1fd42d857a333a55fbe7c38b6476252d74c2ad.tar.gz
Add documentation to bundle update group option
Diffstat (limited to 'man/bundle-update.ronn')
-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`,