summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-09-17 19:37:58 -0700
committerAndre Arko <andre@arko.net>2011-09-17 19:37:59 -0700
commitd9dd6edda2e34e9461f0be6e00006cfa3b2f52fc (patch)
tree068206f00520446be336a4c349724bbbe43e7271 /man/bundle-install.ronn
parent83dbe36e70f75c767bbadf25242c4659d5ecb042 (diff)
downloadbundler-d9dd6edda2e34e9461f0be6e00006cfa3b2f52fc.tar.gz
Update --local docs to be accurate
fixes #1244
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 3b2d5231fb..a5aec12fb6 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -54,9 +54,9 @@ update process below under [CONSERVATIVE UPDATING][].
* `--local`:
Do not attempt to connect to `rubygems.org`, instead using just
- the gems located in `vendor/cache`. Note that if a more
- appropriate platform-specific gem exists on `rubygems.org`,
- this will bypass the normal lookup.
+ the gems already present in Rubygems' cache or in `vendor/cache`.
+ Note that if a more appropriate platform-specific gem exists on
+ `rubygems.org`, it will not be found.
* `--deployment`:
Switches bundler's defaults into [deployment mode][DEPLOYMENT MODE].