repair command description

This commit is contained in:
hyuraku 2021-09-30 09:56:39 +09:00
parent 4685120692
commit a6b7a9662a

View File

@ -12,8 +12,8 @@ module Homebrew
def log_args
Homebrew::CLI::Parser.new do
description <<~EOS
Show the `git log` for <formula>, or show the log for the Homebrew repository
if no formula is provided.
Show the `git log` for <formula> or <cask>, 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."