summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-03-30 17:42:47 +0000
committerThe Bundler Bot <bot@bundler.io>2017-03-30 17:42:47 +0000
commit7f47c11f0396d055e738841bcbe23009ffa31c5e (patch)
treefc7c54a9e93b395ab7f1de76e96cef9c2271b0f0
parentca7464464a46dc9e2edbb14331828c03248ecfdf (diff)
parent1969e0b664013859deab4a8445ab412b36097983 (diff)
downloadbundler-7f47c11f0396d055e738841bcbe23009ffa31c5e.tar.gz
Auto merge of #5548 - coderanger:patch-2, r=segiddins
Correct the config option name corresponding to --binstubs This matches my experimental results at least.
-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 926adcbb09..f64f5b4764 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -48,7 +48,7 @@ If these options must be remembered,they must be set using `bundle config`
The options that can be configured are:
-* `binstubs`:
+* `bin`:
Creates a directory (defaults to `~/bin`) and place any executables from the
gem there. These executables run in Bundler's context. If used, you might add
this directory to your environment's `PATH` variable. For instance, if the