From ce78adc67b0b05f5c89c8f306358f15b5ef3509a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 5 Dec 2013 19:55:43 -0800 Subject: [PATCH] zookeeper: style nits --- Formula/zookeeper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/zookeeper.rb b/Formula/zookeeper.rb index c7f0f752d6..9bde8384ce 100644 --- a/Formula/zookeeper.rb +++ b/Formula/zookeeper.rb @@ -13,8 +13,8 @@ class Zookeeper < Formula depends_on :libtool end - option "c", "Build C bindings." - option "perl", "Build Perl bindings." + option "c", "Build C bindings" + option "perl", "Build Perl bindings" depends_on :ant depends_on :python => :optional