diff options
author | rohit <rohit.arondekar@gmail.com> | 2012-11-21 11:35:53 +0530 |
---|---|---|
committer | rohit <rohit.arondekar@gmail.com> | 2012-11-21 11:35:53 +0530 |
commit | edf25f973648176f96b3924b4919af583dd542ff (patch) | |
tree | d5444b75905eb1b276f7b88708d07d146475e47d /man/bundle.ronn | |
parent | 054329690071974180393a4f14ec3fa2984bc446 (diff) | |
download | bundler-edf25f973648176f96b3924b4919af583dd542ff.tar.gz |
add bundle help to man page of bundle #1605
Diffstat (limited to 'man/bundle.ronn')
-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 400c3155c1..ef3e7ae603 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -43,6 +43,9 @@ We divide `bundle` subcommands into primary commands and utilities. * [bundle config(1)][bundle-config]: Specify and read configuration options for bundler +* `bundle help(1)`: + Displays this help page + ## UTILITIES * `bundle check(1)`: |