diff options
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r-- | man/bundle-install.ronn | 6 |
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]. |