From f239a448b2750a2f4df5cf7dd7a0df918b130f17 Mon Sep 17 00:00:00 2001 From: Glenn / devalias Date: Mon, 11 Jan 2016 15:18:52 +1100 Subject: [PATCH] Cookbook: Replace 'onoe' with 'odie' Closes Homebrew/homebrew#47948. Signed-off-by: Baptiste Fontaine --- share/doc/homebrew/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index ee3dad1ca0..49ccece024 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")