summaryrefslogtreecommitdiff
path: root/man/bundle-check.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2018-01-04 14:16:47 -0800
committerSamuel Giddins <segiddins@segiddins.me>2018-01-04 14:16:47 -0800
commit702ca24b980ca28ad1c5cd19160bd083c3e0095b (patch)
tree3a9e47a7c650f3a583335cb05bd8f4c7f593f70f /man/bundle-check.ronn
parentab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff)
downloadbundler-702ca24b980ca28ad1c5cd19160bd083c3e0095b.tar.gz
[Man] Audit links to other manpagesseg-audit-man-links
Diffstat (limited to 'man/bundle-check.ronn')
-rw-r--r--man/bundle-check.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-check.ronn b/man/bundle-check.ronn
index b299da422f..f2846b8ff2 100644
--- a/man/bundle-check.ronn
+++ b/man/bundle-check.ronn
@@ -18,9 +18,9 @@ If not, the first missing gem is listed and Bundler exits status 1.
## OPTIONS
* `--dry-run`:
- Locks the `Gemfile(5)` before running the command.
+ Locks the [`Gemfile(5)`][Gemfile(5)] before running the command.
* `--gemfile`:
- Use the specified gemfile instead of the `Gemfile(5)`
+ Use the specified gemfile instead of the [`Gemfile(5)`][Gemfile(5)].
* `--path`:
- Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME).
+ Specify a different path than the system default (`$BUNDLE_PATH` or `$GEM_HOME`).
Bundler will remember this value for future installs on this machine.