diff options
author | Misty De Meo <mistydemeo@github.com> | 2016-08-01 17:18:44 +1000 |
---|---|---|
committer | Misty De Meo <mistydemeo@github.com> | 2016-08-02 11:21:16 +1000 |
commit | 1f2d9c5958924abc96da10033d6fb4dc5aa49816 (patch) | |
tree | 35eb145a486b81b49cf9e485fbceebf3125949bd /man | |
parent | 7b6dff318f84c61f633c72c65f2d8e73b9ad9364 (diff) | |
download | bundler-1f2d9c5958924abc96da10033d6fb4dc5aa49816.tar.gz |
bundle.ronn: add doctor
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle.ronn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn index 55e2c4afe8..72faac048b 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -82,6 +82,9 @@ We divide `bundle` subcommands into primary commands and utilities. * `bundle clean(1)`: Clean up unused gems in your bundler directory +* `bundle doctor(1)`: + Display warnings about common potential problems + ## PLUGINS When running a command that isn't listed in PRIMARY COMMANDS or UTILITIES, |