summaryrefslogtreecommitdiff
path: root/man/bundle-gem.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-gem.1')
-rw-r--r--man/bundle-gem.12
1 files changed, 1 insertions, 1 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