summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-12-10 19:30:26 +0100
committergit <svn-admin@ruby-lang.org>2024-12-11 17:56:27 +0000
commitaf11c8ef4f5c0c5ddb3fd9b0e7edec00541323ac (patch)
tree1efa4af95b99dba5fd5902b8b64038226f484062
parenta1fee6de951d2a0e7ccda104887bd27a904efad5 (diff)
[rubygems/rubygems] Add missing `--outdated` flag to `bundle show --help`
https://github.com/rubygems/rubygems/commit/2864e54ce3
-rw-r--r--lib/bundler/man/bundle-show.15
-rw-r--r--lib/bundler/man/bundle-show.1.ronn4
2 files changed, 8 insertions, 1 deletions
diff --git a/lib/bundler/man/bundle-show.1 b/lib/bundler/man/bundle-show.1
index 3c0992649b..671b0bc836 100644
--- a/lib/bundler/man/bundle-show.1
+++ b/lib/bundler/man/bundle-show.1
@@ -4,7 +4,7 @@
.SH "NAME"
\fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem
.SH "SYNOPSIS"
-\fBbundle show\fR [GEM] [\-\-paths]
+\fBbundle show\fR [GEM] [\-\-paths] [\-\-outdated]
.SH "DESCRIPTION"
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\.
.P
@@ -13,4 +13,7 @@ Calling show with [GEM] will list the exact location of that gem on your machine
.TP
\fB\-\-paths\fR
List the paths of all gems that are required by your [\fBGemfile(5)\fR][Gemfile(5)], sorted by gem name\.
+.TP
+\fB\-\-outdated\fR
+Show verbose output including whether gems are outdated\.
diff --git a/lib/bundler/man/bundle-show.1.ronn b/lib/bundler/man/bundle-show.1.ronn
index a6a59a1445..6e80b04696 100644
--- a/lib/bundler/man/bundle-show.1.ronn
+++ b/lib/bundler/man/bundle-show.1.ronn
@@ -5,6 +5,7 @@ bundle-show(1) -- Shows all the gems in your bundle, or the path to a gem
`bundle show` [GEM]
[--paths]
+ [--outdated]
## DESCRIPTION
@@ -19,3 +20,6 @@ machine.
* `--paths`:
List the paths of all gems that are required by your [`Gemfile(5)`][Gemfile(5)],
sorted by gem name.
+
+* `--outdated`:
+ Show verbose output including whether gems are outdated.