From ce89ce1191cfe1947cd7ded05d95a6b58153feb2 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Fri, 1 Oct 2021 09:38:31 +0900 Subject: [PATCH] repair brew info description --- Library/Homebrew/cmd/info.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 8843dfb054..cff34530b9 100644 --- a/Library/Homebrew/cmd/info.rb +++ b/Library/Homebrew/cmd/info.rb @@ -45,8 +45,8 @@ module Homebrew "`cask-install` or `os-version` may be specified if is not. "\ "The default is `install`." switch "--github", - description: "Open the GitHub source page for in a browser. "\ - "To view formula history locally: `brew log -p` " + description: "Open the GitHub source page for and in a browser. "\ + "To view the history locally: `brew log -p` or " flag "--json", description: "Print a JSON representation. Currently the default value for is `v1` for "\ ". For and use `v2`. See the docs for examples of using the "\