aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
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.