summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-12-10 19:05:01 +0100
committergit <svn-admin@ruby-lang.org>2024-12-11 17:56:22 +0000
commit447189d7de7fca4c316b4fa5eafbba0978945c13 (patch)
treeba6b7ff83a4d7f1b088f3ea97d078d2758adb0b7
parentbbd11a79753759fafda5d2e235e126197a2a2047 (diff)
[rubygems/rubygems] Add missing `--glob` flag to `bundle add --help`
https://github.com/rubygems/rubygems/commit/1e4dc0a703
-rw-r--r--lib/bundler/man/bundle-add.13
-rw-r--r--lib/bundler/man/bundle-add.1.ronn3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/bundler/man/bundle-add.1 b/lib/bundler/man/bundle-add.1
index 6b9bdc0431..0bf4b362c9 100644
--- a/lib/bundler/man/bundle-add.1
+++ b/lib/bundler/man/bundle-add.1
@@ -36,6 +36,9 @@ Specify the git branch for the added gem\.
\fB\-\-ref\fR
Specify the git ref for the added gem\.
.TP
+\fB\-\-glob=GLOB\fR
+Specify the location of a dependency's \.gemspec, expanded within Ruby (single quotes recommended)\.
+.TP
\fB\-\-quiet\fR
Do not print progress information to the standard output\.
.TP
diff --git a/lib/bundler/man/bundle-add.1.ronn b/lib/bundler/man/bundle-add.1.ronn
index ca09889200..614b0d07cd 100644
--- a/lib/bundler/man/bundle-add.1.ronn
+++ b/lib/bundler/man/bundle-add.1.ronn
@@ -41,6 +41,9 @@ Adds the named gem to the [`Gemfile(5)`][Gemfile(5)] and run `bundle install`.
* `--ref`:
Specify the git ref for the added gem.
+* `--glob=GLOB`:
+ Specify the location of a dependency's .gemspec, expanded within Ruby (single quotes recommended).
+
* `--quiet`:
Do not print progress information to the standard output.