summaryrefslogtreecommitdiff
path: root/man/bundle-doctor.ronn
diff options
context:
space:
mode:
authorNick Holden <nick.r.holden@gmail.com>2018-01-23 19:32:28 -0800
committerNick Holden <nick.r.holden@gmail.com>2018-01-23 19:32:28 -0800
commit8face3e99af4f592d85f58052a456effbaa7adf0 (patch)
tree0d557f7c6fefa78f8d343c1837adca02750e7c38 /man/bundle-doctor.ronn
parent3aa29ce4c0589104c95beb480364c96c0e10d108 (diff)
downloadbundler-8face3e99af4f592d85f58052a456effbaa7adf0.tar.gz
Add man page for `bundle doctor`
Addresses https://github.com/bundler/bundler/issues/6243
Diffstat (limited to 'man/bundle-doctor.ronn')
-rw-r--r--man/bundle-doctor.ronn18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/bundle-doctor.ronn b/man/bundle-doctor.ronn
new file mode 100644
index 0000000000..d4952e8819
--- /dev/null
+++ b/man/bundle-doctor.ronn
@@ -0,0 +1,18 @@
+bundle-doctor(1) -- Checks for missing OS dependencies
+======================================================
+
+## SYNOPSIS
+
+`bundle doctor` [--quiet]
+
+## DESCRIPTION
+
+Scan the OS dependencies of each of the gems requested in your
+Gemfile(5). If missing OS dependencies are detected, Bundler prints
+them and exists status 1. Otherwise, Bundler prints a success message
+and exists status 0.
+
+## OPTIONS
+
+* `--quiet`:
+ Only output warnings and errors.