From fedd3201f34c76ad684fa28d7300bade5d0d7256 Mon Sep 17 00:00:00 2001 From: Frank Lam Date: Sun, 31 May 2020 14:07:24 +0800 Subject: [rubygems/rubygems] Fix --ci flag manpage documentation https://github.com/rubygems/rubygems/commit/515effe8de --- man/bundle-gem.1 | 2 +- man/bundle-gem.1.txt | 2 +- man/bundle-gem.ronn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'man') 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. -- cgit v1.2.1