aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-05-31 14:07:24 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commitfedd3201f34c76ad684fa28d7300bade5d0d7256 (patch)
treed7f41e76b4fbde802c7501ef27c29d0d2c68d8b3 /man
parenta476d67f3503978e6f265ed921401d3625cd2372 (diff)
downloadruby-fedd3201f34c76ad684fa28d7300bade5d0d7256.tar.gz
[rubygems/rubygems] Fix --ci flag manpage documentation
https://github.com/rubygems/rubygems/commit/515effe8de
Diffstat (limited to 'man')
-rw-r--r--man/bundle-gem.12
-rw-r--r--man/bundle-gem.1.txt2
-rw-r--r--man/bundle-gem.ronn2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-gem.1 b/man/bundle-gem.1
index b0459d7f49..adb8e4621f 100644
--- a/man/bundle-gem.1
+++ b/man/bundle-gem.1
@@ -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
diff --git a/man/bundle-gem.1.txt b/man/bundle-gem.1.txt
index bf2f5b3cdc..7e86f2061c 100644
--- a/man/bundle-gem.1.txt
+++ b/man/bundle-gem.1.txt
@@ -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
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 8d453ce077..a997cb907a 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -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.