wireshark: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
79442b40c0
commit
83d9313021
|
@ -64,16 +64,17 @@ class Wireshark < Formula
|
||||||
(include/"wireshark/wsutil").install Dir["wsutil/*.h"]
|
(include/"wireshark/wsutil").install Dir["wsutil/*.h"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats
|
||||||
This formula only installs the command-line utilities by default.
|
<<~EOS
|
||||||
|
This formula only installs the command-line utilities by default.
|
||||||
|
|
||||||
Install Wireshark.app with Homebrew Cask:
|
Install Wireshark.app with Homebrew Cask:
|
||||||
brew cask install wireshark
|
brew cask install wireshark
|
||||||
|
|
||||||
If your list of available capture interfaces is empty
|
If your list of available capture interfaces is empty
|
||||||
(default macOS behavior), install ChmodBPF:
|
(default macOS behavior), install ChmodBPF:
|
||||||
brew cask install wireshark-chmodbpf
|
brew cask install wireshark-chmodbpf
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue