diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-12-10 19:05:01 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-12-11 17:56:22 +0000 |
| commit | 447189d7de7fca4c316b4fa5eafbba0978945c13 (patch) | |
| tree | ba6b7ff83a4d7f1b088f3ea97d078d2758adb0b7 /lib | |
| parent | bbd11a79753759fafda5d2e235e126197a2a2047 (diff) | |
[rubygems/rubygems] Add missing `--glob` flag to `bundle add --help`
https://github.com/rubygems/rubygems/commit/1e4dc0a703
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundler/man/bundle-add.1 | 3 | ||||
| -rw-r--r-- | lib/bundler/man/bundle-add.1.ronn | 3 |
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. |
