diff options
author | Andre Arko <andre@arko.net> | 2015-08-07 19:48:09 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-08-07 19:48:09 -0700 |
commit | 46884af62bc2c8ef2d585ed35dabf11bf8784725 (patch) | |
tree | 78b3b4182f728a0f6c291488b9b245b5c25d404d | |
parent | 70e7b7f89831064fdd771a4c646143b97195f6fc (diff) | |
download | bundler-46884af62bc2c8ef2d585ed35dabf11bf8784725.tar.gz |
tweak wording
-rw-r--r-- | man/bundle-install.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 87889d1e46..2d4677433d 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -123,7 +123,7 @@ update process below under [CONSERVATIVE UPDATING][]. runtime. A space separated list of groups to install has to be specified. Bundler creates a directory named `bundle` and installs the bundle there. It also generates a `bundle/bundler/setup.rb` file to replace Bundler's own setup - in the manner required. This will change your path and path is a + in the manner required. Using this option implicitly sets `path`, which is a [remembered option][REMEMBERED OPTIONS]. * `--trust-policy=[<policy>]`: |