summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAnkit Kataria <ankitkataria28@gmail.com>2019-01-27 18:11:36 +0530
committerAnkit Kataria <ankitkataria28@gmail.com>2019-01-27 18:11:36 +0530
commit2beb67368cf9ef93cba3d1778f6fd1b6987d9087 (patch)
tree0bad363c83f7c9e21aa629cdee836bfed715d8d5 /man
parent1764cfb555c7dd379298f31e3d3ab603a841ec96 (diff)
downloadbundler-2beb67368cf9ef93cba3d1778f6fd1b6987d9087.tar.gz
change prefer to patch_prefer and updated help text
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 450887f873..81e0aa303c 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -220,8 +220,6 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
* `only_update_to_newer_versions` (`BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS`):
During `bundle update`, only resolve to newer versions of the gems in the
lockfile.
-* `patch` (BUNDLE_PATCH):
- Whether to use patch update level, by default set to false.
* `path` (`BUNDLE_PATH`):
The location on disk where all gems in your bundle will be located regardless
of `$GEM_HOME` or `$GEM_PATH` values. Bundle gems not found in this location
@@ -235,6 +233,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
Enable Bundler's experimental plugin system.
* `prefer_gems_rb` (`BUNDLE_PREFER_GEMS_RB`)
Prefer `gems.rb` to `Gemfile` when Bundler is searching for a Gemfile.
+* `prefer_patch` (BUNDLE_PREFER_PATCH):
+ Prefer updating only to next patch version during updates. Makes `bundle update` calls equivalent to `bundler update --patch`.
* `print_only_version_number` (`BUNDLE_PRINT_ONLY_VERSION_NUMBER`)
Print only version number from `bundler --version`.
* `redirect` (`BUNDLE_REDIRECT`):