Skip to content

Commit

Permalink
[rubygems/rubygems] Bundler: fix man page for bundle-add
Browse files Browse the repository at this point in the history
Follows up rubygems/bundler#5610

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

rubygems/rubygems@0c4df2b8ca
  • Loading branch information
tnir authored and matzbot committed Jun 22, 2022
1 parent 0c1f643 commit 812354a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundler/man/bundle-add.1
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/man/bundle-add.1.ronn
Expand Up @@ -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`:
Expand Down

0 comments on commit 812354a

Please sign in to comment.