summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-10-15 22:35:18 +1100
committerColby Swandale <colby@taplaboratories.com>2017-10-15 22:35:18 +1100
commit1ecf803906e91deebc3c6aadb7abddd45298f726 (patch)
tree6cf1c657a0332f3875e49ffce0399c5545feb48d
parent4a53b530dd05e6288157e644e0ef30869e23dee3 (diff)
downloadbundler-colby/docs-ascii.tar.gz
remove non-ascii chars from binstubs man pagecolby/docs-ascii
-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 fa258b8634..b5f76433c5 100644
--- a/man/bundle-binstubs.ronn
+++ b/man/bundle-binstubs.ronn
@@ -9,7 +9,7 @@ bundle-binstubs(1) -- Install the binstubs of the listed gems
Binstubs are scripts that wrap aroung executables. Bundler creates a
small Ruby file (a binstub) that loads Bundler, runs the command,
-and puts it into `bin/`. Binstubs are a shortcut—or alternative—
+and puts it into `bin/`. Binstubs are a shortcut-or alternative-
to always using `bundle exec`. This gives you a file that can by run
directly, and one that will always run the correct gem version
used by the application.