summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-03-29 17:48:46 -0700
committerGitHub <noreply@github.com>2017-03-29 17:48:46 -0700
commit1969e0b664013859deab4a8445ab412b36097983 (patch)
treefc7c54a9e93b395ab7f1de76e96cef9c2271b0f0
parentca7464464a46dc9e2edbb14331828c03248ecfdf (diff)
downloadbundler-1969e0b664013859deab4a8445ab412b36097983.tar.gz
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