From 72b29b2b2b70a3d400cd71c51ff9a52128aeb863 Mon Sep 17 00:00:00 2001 From: "Thomas L. Kjeldsen" Date: Tue, 19 Jan 2021 13:25:33 +0100 Subject: [PATCH] Clarification on the use of `:optional` and `:recommended` --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 734206a46914a..8e49bbaf9a153 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -174,7 +174,7 @@ description can be overridden using the normal option syntax (in this case, the ``` * Some [`Requirement`](https://rubydoc.brew.sh/Requirement)s can also take a string specifying their minimum version that the formula depends on. -**Note:** [`option`](https://rubydoc.brew.sh/Formula#option-class_method)s are not allowed in Homebrew/homebrew-core as they are not tested by CI. +**Note:** `:optional` and `:recommended` are not allowed in Homebrew/homebrew-core as they are not tested by CI. ### Specifying conflicts with other formulae