mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Bundler: fix man page for bundle-add
Follows up https://github.com/rubygems/bundler/pull/5610
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
0c4df2b8ca
This commit is contained in:
parent
0c1f64396f
commit
812354ace4
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Specify version requirements(s) for the added gem\.
|
|||
Specify the group(s) for the added gem\. Multiple groups should be separated by commas\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-source\fR, , \fB\-s\fR
|
||||
\fB\-\-source\fR, \fB\-s\fR
|
||||
Specify the source for the added gem\.
|
||||
.
|
||||
.TP
|
||||
|
|
|
@ -27,7 +27,7 @@ bundle add rails --group "development, test"
|
|||
* `--group`, `-g`:
|
||||
Specify the group(s) for the added gem. Multiple groups should be separated by commas.
|
||||
|
||||
* `--source`, , `-s`:
|
||||
* `--source`, `-s`:
|
||||
Specify the source for the added gem.
|
||||
|
||||
* `--require`, `-r`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue