summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAntonio Scandurra <as_cii@hotmail.it>2014-03-18 08:32:52 +0100
committerAntonio Scandurra <as_cii@hotmail.it>2014-03-18 08:36:29 +0100
commitece4952b4adccbda14e54125d60be66b81451c32 (patch)
tree6b60f64a52523adeb6fb6bc8a5e3065e4c6fa2df /man
parentf1d84bf874ee4ac7bd3bf2fc47a5a7cb5cf32e70 (diff)
downloadbundler-ece4952b4adccbda14e54125d60be66b81451c32.tar.gz
Add missing switches documentation for bundle-update(1)
Diffstat (limited to 'man')
-rw-r--r--man/bundle-update.ronn5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn
index 56bf3a4ef8..3ac60c5715 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]
+`bundle update` <*gems> [--source=NAME] [--local]
## DESCRIPTION
@@ -22,6 +22,9 @@ gem.
instance, with a `:git` source of `http://github.com/rails/rails.git`,
you would call `bundle update --source rails`
+* `--local`:
+ Do not attempt to fetch gems remotely and use the gem cache instead.
+
## UPDATING ALL GEMS
If you run `bundle update` with no parameters, bundler will ignore