[Linux] Remove --skip-style flag from brew merge-homebrew docs

- This flag was removed (inverted to `--style`) in https://github.com/Homebrew/homebrew-linux-dev/pull/160.
This commit is contained in:
Issy Long 2020-03-15 13:25:45 +00:00
parent 63ef04fdfe
commit 10acb87cb0
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -85,13 +85,9 @@ including bottles). Once you're satisfied with the list of updated
formulae, begin the merge:
```bash
brew merge-homebrew --core --skip-style <sha>
brew merge-homebrew --core <sha>
```
The `--skip-style` argument skips running `brew style`, which saves
time and in some cases avoids errors. The style errors can be fixed in
bottle PRs later in the process when CI flags them.
#### Simple Conflicts
Once you issue the above command, the merge will begin and in the very