summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-28 18:32:21 -0700
committerAndre Arko <andre@arko.net>2015-04-28 18:32:21 -0700
commitb10636fbf2c8defdb5cebb444d1f86e8d17fe0af (patch)
tree6f5c5451f57a638fbe41cf64e6a9043ac7c32da8
parentfffb25544d55a65519dab45828b4b6cb4539fa00 (diff)
downloadbundler-b10636fbf2c8defdb5cebb444d1f86e8d17fe0af.tar.gz
Give an example of ignore_message dot notation
[ci skip]
-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 111dcec61e..1a9230853e 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -113,8 +113,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
containing multiple sources will produce errors instead of warnings. Use
`bundle config --delete disable_multisource` to unset.
* `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`): When set, no post install
- messages will be printed. They can also be silenced on a per-gem basis using
- the dot notation.
+ messages will be printed. To silence a single gem, use dot notation like
+ `ignore_messages.httparty true`.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.