1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Fix --ci flag manpage documentation

https://github.com/rubygems/rubygems/commit/515effe8de
This commit is contained in:
Frank Lam 2020-05-31 14:07:24 +08:00 committed by Hiroshi SHIBATA
parent a476d67f35
commit fedd3201f3
Notes: git 2020-06-18 19:15:11 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ When Bundler is configured to not generate tests, an interactive prompt will be
When Bundler is unconfigured, an interactive prompt will be displayed and the answer will be saved in Bundler\'s global config for future \fBbundle gem\fR use\.
.
.TP
\fB\-\-ci\fR, \fB\-\-test=github\fR, \fB\-\-test=travis\fR, \fB\-\-test=gitlab\fR, \fB\-\-test=circle\fR
\fB\-\-ci\fR, \fB\-\-ci=github\fR, \fB\-\-ci=travis\fR, \fB\-\-ci=gitlab\fR, \fB\-\-ci=circle\fR
Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fBgithub\fR, \fBtravis\fR, \fBgitlab\fR and \fBcircle\fR\. A configuration file will be generated in the project directory\. Given no option is specified:
.
.IP

View file

@ -83,7 +83,7 @@ OPTIONS
displayed and the answer will be saved in Bundler's global
config for future bundle gem use.
--ci, --test=github, --test=travis, --test=gitlab, --test=circle
--ci, --ci=github, --ci=travis, --ci=gitlab, --ci=circle
Specify the continuous integration service that Bundler should
use when generating the project. Acceptable values are github,
travis, gitlab and circle. A configuration file will be

View file

@ -76,7 +76,7 @@ configuration file using the following names:
the answer will be saved in Bundler's global config for future `bundle gem`
use.
* `--ci`, `--test=github`, `--test=travis`, `--test=gitlab`, `--test=circle`:
* `--ci`, `--ci=github`, `--ci=travis`, `--ci=gitlab`, `--ci=circle`:
Specify the continuous integration service that Bundler should use when
generating the project. Acceptable values are `github`, `travis`, `gitlab`
and `circle`. A configuration file will be generated in the project directory.