summaryrefslogtreecommitdiff
path: root/man/bundle-doctor.ronn
diff options
context:
space:
mode:
authorNick Holden <nick.r.holden@gmail.com>2018-01-24 17:35:14 -0800
committerNick Holden <nick.r.holden@gmail.com>2018-01-24 17:35:14 -0800
commit5751b6f89c2f23eab53dd267b9a58b553040b400 (patch)
tree77f180ae68fb6a0be58580d9040e16395f735f64 /man/bundle-doctor.ronn
parent8face3e99af4f592d85f58052a456effbaa7adf0 (diff)
downloadbundler-5751b6f89c2f23eab53dd267b9a58b553040b400.tar.gz
Add info about `--gemfile` option to `bundle doctor` man page
Diffstat (limited to 'man/bundle-doctor.ronn')
-rw-r--r--man/bundle-doctor.ronn8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/bundle-doctor.ronn b/man/bundle-doctor.ronn
index d4952e8819..5c1b1e993c 100644
--- a/man/bundle-doctor.ronn
+++ b/man/bundle-doctor.ronn
@@ -4,6 +4,7 @@ bundle-doctor(1) -- Checks for missing OS dependencies
## SYNOPSIS
`bundle doctor` [--quiet]
+ [--gemfile=GEMFILE]
## DESCRIPTION
@@ -16,3 +17,10 @@ and exists status 0.
* `--quiet`:
Only output warnings and errors.
+
+* `--gemfile=<gemfile>`:
+ The location of the Gemfile(5) which Bundler should use. This defaults
+ to a Gemfile(5) in the current working directory. In general, Bundler
+ will assume that the location of the Gemfile(5) is also the project's
+ root and will try to find `Gemfile.lock` and `vendor/cache` relative
+ to this location.