summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2016-10-24 22:07:26 +1100
committerColby Swandale <colby@taplaboratories.com>2016-10-24 22:07:26 +1100
commit9665330141488c78c6b3a2b62a75f92b8e7b54d1 (patch)
tree0325733e7ba3ee4bdadbc6c2820a710849f28d38
parent061e68ffe4b2b91acd0ee93540968df07f17045e (diff)
downloadbundler-9665330141488c78c6b3a2b62a75f92b8e7b54d1.tar.gz
add missing highlights to bundler bundle man page
-rw-r--r--man/bundle.ronn10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index 72faac048b..10756946d4 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -27,20 +27,20 @@ We divide `bundle` subcommands into primary commands and utilities.
## PRIMARY COMMANDS
-* [bundle install(1)][bundle-install]:
+* [`bundle install(1)`][bundle-install]:
Install the gems specified by the `Gemfile` or `Gemfile.lock`
-* [bundle update(1)][bundle-update]:
+* [`bundle update(1)`][bundle-update]:
Update dependencies to their latest versions
-* [bundle package(1)][bundle-package]:
+* [`bundle package(1)`][bundle-package]:
Package the .gem files required by your application into the
`vendor/cache` directory
-* [bundle exec(1)][bundle-exec]:
+* [`bundle exec(1)`][bundle-exec]:
Execute a script in the context of the current bundle
-* [bundle config(1)][bundle-config]:
+* [`bundle config(1)`][bundle-config]:
Specify and read configuration options for bundler
* `bundle help(1)`: