diff options
Diffstat (limited to 'lib/bundler/man/bundle-config.1.ronn')
-rw-r--r-- | lib/bundler/man/bundle-config.1.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/man/bundle-config.1.ronn b/lib/bundler/man/bundle-config.1.ronn index fef8f2d26b..9750a5ae4c 100644 --- a/lib/bundler/man/bundle-config.1.ronn +++ b/lib/bundler/man/bundle-config.1.ronn @@ -171,7 +171,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). will be installed by `bundle install`. Defaults to `Gem.dir`. * `path.system` (`BUNDLE_PATH__SYSTEM`): Whether Bundler will install gems into the default system path (`Gem.dir`). -* `path_relative_to_cwd` (`BUNDLE_PATH_RELATIVE_TO_CWD`) +* `path_relative_to_cwd` (`BUNDLE_PATH_RELATIVE_TO_CWD`): Makes `--path` relative to the CWD instead of the `Gemfile`. * `plugins` (`BUNDLE_PLUGINS`): Enable Bundler's experimental plugin system. |