Skip to content

Commit 2864e54

Browse files
Add missing --outdated flag to bundle show --help
1 parent ad3b654 commit 2864e54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.SH "NAME"
55
\fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem
66
.SH "SYNOPSIS"
7-
\fBbundle show\fR [GEM] [\-\-paths]
7+
\fBbundle show\fR [GEM] [\-\-paths] [\-\-outdated]
88
.SH "DESCRIPTION"
99
Without the [GEM] option, \fBshow\fR will print a list of the names and versions of all gems that are required by your [\fBGemfile(5)\fR][Gemfile(5)], sorted by name\.
1010
.P
@@ -13,4 +13,7 @@ Calling show with [GEM] will list the exact location of that gem on your machine
1313
.TP
1414
\fB\-\-paths\fR
1515
List the paths of all gems that are required by your [\fBGemfile(5)\fR][Gemfile(5)], sorted by gem name\.
16+
.TP
17+
\fB\-\-outdated\fR
18+
Show verbose output including whether gems are outdated\.
1619

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ bundle-show(1) -- Shows all the gems in your bundle, or the path to a gem
55

66
`bundle show` [GEM]
77
[--paths]
8+
[--outdated]
89

910
## DESCRIPTION
1011

@@ -19,3 +20,6 @@ machine.
1920
* `--paths`:
2021
List the paths of all gems that are required by your [`Gemfile(5)`][Gemfile(5)],
2122
sorted by gem name.
23+
24+
* `--outdated`:
25+
Show verbose output including whether gems are outdated.

0 commit comments

Comments
 (0)