diff options
| author | Adam Vandenberg | 2013-06-11 10:52:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-11 10:52:50 -0700 |
| commit | 3171ac96d345402ebe6e885f23d03311561a0687 (patch) | |
| tree | 29fb0a45ce0770c4cc2d2766998b56db32e68137 /Library/Formula | |
| parent | f0f534785208637db293b34ba5abff62d9404912 (diff) | |
| download | homebrew-3171ac96d345402ebe6e885f23d03311561a0687.tar.bz2 | |
vpnc: remove caveat that duplicates option text
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vpnc.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/vpnc.rb b/Library/Formula/vpnc.rb index 78d16a298..164d14b5d 100644 --- a/Library/Formula/vpnc.rb +++ b/Library/Formula/vpnc.rb @@ -47,12 +47,6 @@ class Vpnc < Formula (var + 'run/vpnc').mkpath system "make install" end - - def caveats; <<-EOS - To use vpnc hybrid authentification: - brew install vpnc --hybrid - EOS - end end __END__ |
