Cookbook: Replace 'onoe' with 'odie'

Closes Homebrew/homebrew#47948.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Glenn / devalias 2016-01-11 15:18:52 +11:00 committed by Baptiste Fontaine
parent f4f2266923
commit f239a448b2

View File

@ -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")