diff --git a/docs/Manpage.md b/docs/Manpage.md index e75a8540b5..60b165e940 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1030,10 +1030,10 @@ directory. ### `update_license_data` *`cmd`* - Update SPDX license data in the Homebrew repository. + Update SPDX license data in the Homebrew repository. * `--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`*] diff --git a/manpages/brew.1 b/manpages/brew.1 index b0c5112e79..4ce59d62e8 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1336,7 +1336,7 @@ Update SPDX license data in the Homebrew repository\. . .TP \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]" 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\.