From 2acb95395838a06bdd9dbf266ca8166b11ee0917 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Fri, 27 Jan 2017 13:45:17 +1100 Subject: add bundle-info man page --- man/bundle-info.ronn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 man/bundle-info.ronn (limited to 'man') 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 -- cgit v1.2.1 From 60a07555f6509553f70eb7cc73b28d6357cb609e Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Sun, 19 Feb 2017 12:55:44 +1100 Subject: fix info documentation that was referencing show --- man/bundle-info.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/bundle-info.ronn b/man/bundle-info.ronn index 27a538d090..47e457aa3c 100644 --- a/man/bundle-info.ronn +++ b/man/bundle-info.ronn @@ -1,4 +1,4 @@ -bundle-show(1) -- Show information for the given gem in your bundle +bundle-info(1) -- Show information for the given gem in your bundle ========================================================================= ## SYNOPSIS -- cgit v1.2.1