From a6b7a9662a1a055dee3ec7f741f3fe54daa67635 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:56:39 +0900 Subject: [PATCH] repair command description --- Library/Homebrew/cmd/log.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/log.rb b/Library/Homebrew/cmd/log.rb index 1157d73f1e..69a435fe0a 100644 --- a/Library/Homebrew/cmd/log.rb +++ b/Library/Homebrew/cmd/log.rb @@ -12,8 +12,8 @@ module Homebrew def log_args Homebrew::CLI::Parser.new do description <<~EOS - Show the `git log` for , or show the log for the Homebrew repository - if no formula is provided. + Show the `git log` for or , or show the log for the Homebrew repository + if no formula or cask is provided. EOS switch "-p", "-u", "--patch", description: "Also print patch from commit."