summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgrim Mittal <agrimmittal97@gmail.com>2018-03-01 16:13:41 +0530
committerAgrim Mittal <agrimmittal97@gmail.com>2018-03-01 16:13:41 +0530
commit5e73a89511f07a83eccf26afba52a20509534ad5 (patch)
tree7ec4b908a5f97afe1ba94e8db3bab8996b06866e
parent16831efe608dbb442cc5087e089ff48034b43684 (diff)
downloadbundler-5e73a89511f07a83eccf26afba52a20509534ad5.tar.gz
Update documentation for disable_platform_warnings
-rw-r--r--man/bundle-config.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 7f8ae9face..35a400bdeb 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -167,7 +167,7 @@ learn more about their operation in [bundle install(1)][bundle-install(1)].
instead of warnings.
Use `bundle config --delete disable_multisource` to unset.
* `disable_platform_warnings` (`BUNDLE_DISABLE_PLATFORM_WARNINGS`):
- Whether Bundler should show platform warnings.
+ Disable warnings during bundle install when a dependency is unused on the current platform.
* `disable_shared_gems` (`BUNDLE_DISABLE_SHARED_GEMS`):
Stop Bundler from accessing gems installed to RubyGems' normal location.
* `disable_version_check` (`BUNDLE_DISABLE_VERSION_CHECK`):