diff options
author | Colby Swandale <colby@taplaboratories.com> | 2017-01-27 13:45:17 +1100 |
---|---|---|
committer | Colby Swandale <colby@taplaboratories.com> | 2017-01-27 13:45:17 +1100 |
commit | 2acb95395838a06bdd9dbf266ca8166b11ee0917 (patch) | |
tree | f0c93d0c03a9310b0b624ccd8f181ded480fcd4f | |
parent | 20e7a81f528b0379ae0f31988d8654c151ef8f61 (diff) | |
download | bundler-2acb95395838a06bdd9dbf266ca8166b11ee0917.tar.gz |
add bundle-info man page
-rw-r--r-- | man/bundle-info.ronn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/bundle-info.ronn b/man/bundle-info.ronn new file mode 100644 index 0000000000..27a538d090 --- /dev/null +++ b/man/bundle-info.ronn @@ -0,0 +1,17 @@ +bundle-show(1) -- Show information for the given gem in your bundle +========================================================================= + +## SYNOPSIS + +`bundle info` [GEM] + [--path] + +## DESCRIPTION + +Print the basic information about the provided GEM such as homepage, version, +path and summary. + +## OPTIONS + +* `--path`: +Print the path of the given gem |