Update man pages

This commit is contained in:
lionellloh 2020-06-30 01:06:59 +08:00
parent da007134c4
commit 7d4fadc2bb
2 changed files with 3 additions and 3 deletions

View File

@ -1030,10 +1030,10 @@ directory.
### `update_license_data` *`cmd`* ### `update_license_data` *`cmd`*
Update SPDX license data in the Homebrew repository. Update SPDX license data in the Homebrew repository.
* `--fail-if-changed`: * `--fail-if-changed`:
Return a failing status code if current license data's version is different fromthe upstream. This can be used to notify CI when the SPDX license data is out of date. Return a failing status code if current license data's version is different from the upstream. This can be used to notify CI when the SPDX license data is out of date.
### `update-test` [*`options`*] ### `update-test` [*`options`*]

View File

@ -1336,7 +1336,7 @@ Update SPDX license data in the Homebrew repository\.
. .
.TP .TP
\fB\-\-fail\-if\-changed\fR \fB\-\-fail\-if\-changed\fR
Return a failing status code if current license data\'s version is different fromthe upstream\. This can be used to notify CI when the SPDX license data is out of date\. Return a failing status code if current license data\'s version is different from the upstream\. This can be used to notify CI when the SPDX license data is out of date\.
. .
.SS "\fBupdate\-test\fR [\fIoptions\fR]" .SS "\fBupdate\-test\fR [\fIoptions\fR]"
Run a test of \fBbrew update\fR with a new repository clone\. If no options are passed, use \fBorigin/master\fR as the start commit\. Run a test of \fBbrew update\fR with a new repository clone\. If no options are passed, use \fBorigin/master\fR as the start commit\.