summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-12-27 01:33:38 +0000
committerThe Bundler Bot <bot@bundler.io>2017-12-27 01:33:38 +0000
commit2cc5221263cd5fe8d347a9d3de9aff9fed685742 (patch)
treee034fea0dc90b0c65c6a0f1dfab0ee12dab1530f
parentd5856a036642ae1f255c3bd301cd6937d1ed87bd (diff)
parentcaac71c71d8c41addc993d447b408c6c5149775b (diff)
downloadbundler-2cc5221263cd5fe8d347a9d3de9aff9fed685742.tar.gz
Auto merge of #6229 - erikj:patch-1, r=segiddins
correct typo in binstubs man page correct typo in binstubs man page: `s/--sheband/--shebang/`
-rw-r--r--man/bundle-binstubs.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-binstubs.ronn b/man/bundle-binstubs.ronn
index b5f76433c5..ce7983acf0 100644
--- a/man/bundle-binstubs.ronn
+++ b/man/bundle-binstubs.ronn
@@ -34,7 +34,7 @@ Calling binstubs with [GEM [GEM]] will create binstubs for all given gems.
Makes binstubs that can work without depending on Rubygems or Bundler at
runtime.
-* `--sheband`:
+* `--shebang`:
Specify a different shebang executable name than the default (default 'ruby')
## BUNDLE INSTALL --BINSTUBS