repair command description
This commit is contained in:
parent
4685120692
commit
a6b7a9662a
@ -12,8 +12,8 @@ module Homebrew
|
|||||||
def log_args
|
def log_args
|
||||||
Homebrew::CLI::Parser.new do
|
Homebrew::CLI::Parser.new do
|
||||||
description <<~EOS
|
description <<~EOS
|
||||||
Show the `git log` for <formula>, or show the log for the Homebrew repository
|
Show the `git log` for <formula> or <cask>, or show the log for the Homebrew repository
|
||||||
if no formula is provided.
|
if no formula or cask is provided.
|
||||||
EOS
|
EOS
|
||||||
switch "-p", "-u", "--patch",
|
switch "-p", "-u", "--patch",
|
||||||
description: "Also print patch from commit."
|
description: "Also print patch from commit."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user