Skip to content

Commit 5022b49

Browse files
Add missing --version flag to bundle info --help
1 parent aaf6398 commit 5022b49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bundler/lib/bundler/man/bundle-info.1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
.SH "NAME"
55
\fBbundle\-info\fR \- Show information for the given gem in your bundle
66
.SH "SYNOPSIS"
7-
\fBbundle info\fR [GEM_NAME] [\-\-path]
7+
\fBbundle info\fR [GEM_NAME] [\-\-path] [\-\-version]
88
.SH "DESCRIPTION"
99
Given a gem name present in your bundle, print the basic information about it such as homepage, version, path and summary\.
1010
.SH "OPTIONS"
1111
.TP
1212
\fB\-\-path\fR
1313
Print the path of the given gem
14+
.TP
15+
\fB\-\-version\fR
16+
Print gem version
1417

bundler/lib/bundler/man/bundle-info.1.ronn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ bundle-info(1) -- Show information for the given gem in your bundle
55

66
`bundle info` [GEM_NAME]
77
[--path]
8+
[--version]
89

910
## DESCRIPTION
1011

@@ -15,3 +16,6 @@ Given a gem name present in your bundle, print the basic information about it
1516

1617
* `--path`:
1718
Print the path of the given gem
19+
20+
* `--version`:
21+
Print gem version

0 commit comments

Comments
 (0)