aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn / devalias2016-01-11 15:18:52 +1100
committerBaptiste Fontaine2016-01-11 11:32:05 +0100
commitf239a448b2750a2f4df5cf7dd7a0df918b130f17 (patch)
tree826442707a6c491cb0fa657574b25aa9593ecbee
parentf4f2266923b9530ddbefbf55b8764d73b617cadd (diff)
downloadbrew-f239a448b2750a2f4df5cf7dd7a0df918b130f17.tar.bz2
Cookbook: Replace 'onoe' with 'odie'
Closes Homebrew/homebrew#47948. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
-rw-r--r--share/doc/homebrew/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index ee3dad1ca..49ccece02 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -338,7 +338,7 @@ Three commands are provided for displaying informational messages to the user:
* `opoo` for warning messages
* `odie` for error messages and immediately exiting
-In particular, when a test needs to be performed before installation use `onoe` to bail out gracefully. For example:
+In particular, when a test needs to be performed before installation use `odie` to bail out gracefully. For example:
```ruby
if build.with?("qt") && build.with("qt5")