aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-22 10:50:25 -0800
committerAdam Vandenberg2012-01-22 10:50:25 -0800
commit03a4f011b2c625537935d62c20c6c7128711fe51 (patch)
tree2ac2888cd8793b11bca415e39a65d4766914a6fa
parentbfd67e3107304212341f43d6d5394f489fe37c30 (diff)
downloadhomebrew-03a4f011b2c625537935d62c20c6c7128711fe51.tar.bz2
justniffer: fix audit warning
-rw-r--r--Library/Formula/justniffer.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/justniffer.rb b/Library/Formula/justniffer.rb
index 8799dbf4e..d19b05f6a 100644
--- a/Library/Formula/justniffer.rb
+++ b/Library/Formula/justniffer.rb
@@ -1,5 +1,3 @@
-# vim:set sts=2 sw=2:
-
require 'formula'
class Justniffer < Formula
@@ -41,7 +39,7 @@ class Justniffer < Formula
def caveats; <<-EOS.undent
Sample invocation to get you started:
justniffer -i en1 -p "port 80"
-
+
"en1" is my wireless inteface; "en0" is Ethernet; see output of ifconfig
EOS
end