diff options
author | Erick Sasse <esasse@gmail.com> | 2015-08-07 15:15:50 -0300 |
---|---|---|
committer | Erick Sasse <esasse@gmail.com> | 2015-08-07 15:15:50 -0300 |
commit | 485e590c5904925cdb25cd4cbe92da1705b4ce8f (patch) | |
tree | 29959865257157c8b4d8fedcf3142f0d5fb3bf0e /man | |
parent | 621f182de493c0e408fe920e116a6b98f92acf93 (diff) | |
download | bundler-485e590c5904925cdb25cd4cbe92da1705b4ce8f.tar.gz |
Clarify "--standalone" help message
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-install.ronn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 4912ccd1b2..87889d1e46 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -123,7 +123,8 @@ 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. + in the manner required. This will change your path and path is a + [remembered option][REMEMBERED OPTIONS]. * `--trust-policy=[<policy>]`: Apply the Rubygems security policy <policy>, where policy is one of |