From 7b14f7446dd9220652b01afd89af722e080cdc55 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 12 Dec 2020 10:12:58 -0500 Subject: [PATCH] dev-cmd/livecheck: format usage_banner --- Library/Homebrew/dev-cmd/livecheck.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/dev-cmd/livecheck.rb b/Library/Homebrew/dev-cmd/livecheck.rb index 692cc061de..1546bcb7ec 100644 --- a/Library/Homebrew/dev-cmd/livecheck.rb +++ b/Library/Homebrew/dev-cmd/livecheck.rb @@ -24,8 +24,9 @@ module Homebrew Check for newer versions of formulae and/or casks from upstream. - If no formula or cask argument is passed, the list of formulae and casks to check is taken from - `HOMEBREW_LIVECHECK_WATCHLIST` or `~/.brew_livecheck_watchlist`. + If no formula or cask argument is passed, the list of formulae and + casks to check is taken from `HOMEBREW_LIVECHECK_WATCHLIST` or + `~/.brew_livecheck_watchlist`. EOS switch "--full-name", description: "Print formulae/casks with fully-qualified names."