From eb2dcf7ea97b864c88a3f7e11a412b8d9a369a48 Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Sun, 31 Jul 2022 12:29:20 +0500 Subject: [PATCH] Update livecheck command: Casks don't have resource blocks Co-authored-by: Nanda H Krishna --- Library/Homebrew/dev-cmd/livecheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/livecheck.rb b/Library/Homebrew/dev-cmd/livecheck.rb index dc080605a7..9fa4c9bcc5 100644 --- a/Library/Homebrew/dev-cmd/livecheck.rb +++ b/Library/Homebrew/dev-cmd/livecheck.rb @@ -36,7 +36,7 @@ module Homebrew switch "--json", description: "Output information in JSON format." switch "-r", "--resources", - description: "Check resources with livecheck blocks for a given formulae/casks." + description: "Also check resources for formulae." switch "-q", "--quiet", description: "Suppress warnings, don't print a progress bar for JSON output." switch "--formula", "--formulae",