Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA3D97C4C for ; Sun, 2 Oct 2011 18:15:11 +0000 (UTC) Received: (qmail 33591 invoked by uid 500); 2 Oct 2011 18:15:11 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 33558 invoked by uid 500); 2 Oct 2011 18:15:11 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 33549 invoked by uid 99); 2 Oct 2011 18:15:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 18:15:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 18:15:04 +0000 Received: by vcbf11 with SMTP id f11so3660101vcb.11 for ; Sun, 02 Oct 2011 11:14:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=nG2Mbz79YvZT4gaQ7EFJHvW0lF+keC/KRa4EIgK+OOQ=; b=uxUzc5izhS+2SbZVHIr6V8pC64qIqRquSZ9FrGsWmoHUzX+KiYnvf5zVg87HXH6sAV VncozRYahTOCY+jxPZdbLjrr7MNtRvkhCNqq+kZtRY+PYJ1lanyztBGRByvZ7OcikE6d aC/JLiS5BimpJd1HAKuyA1Q9KpFDEQE0LeGfs= Received: by 10.52.90.52 with SMTP id bt20mr14408882vdb.515.1317579284067; Sun, 02 Oct 2011 11:14:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.73.134 with HTTP; Sun, 2 Oct 2011 11:14:04 -0700 (PDT) In-Reply-To: <54BBDBA3-B0AD-4507-9082-052C36B272C4@apache.org> References: <20111002111438.411D654A03@tyr.zones.apache.org> <32EBD5E9-60B9-48B9-A30A-2EDF3686C7F9@apache.org> <54BBDBA3-B0AD-4507-9082-052C36B272C4@apache.org> From: Paul Davis Date: Sun, 2 Oct 2011 13:14:04 -0500 Message-ID: Subject: Re: [2/3] git commit: improve argument parsing in couchjs To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable s/install/enable/ ? On Sun, Oct 2, 2011 at 1:02 PM, Noah Slater wrote: > > On 2 Oct 2011, at 18:55, Paul Davis wrote: > >> On Sun, Oct 2, 2011 at 12:18 PM, Noah Slater wrote: >>> >>> On 2 Oct 2011, at 12:14, randall@apache.org wrote: >>> >>>> + =A0 =A0" =A0-H, --http =A0 =A0 =A0 =A0 =A0install %s cURL bindings (= only avaiable\n" >>>> + =A0 =A0" =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if package was b= uilt with cURL available)\n" >>> >>> What does this do? >>> >>> >> >> Enables the cURL bindings so couchjs can run the javascript tests from >> the command line. > > Why is this in the command line options to the script? Either they are en= abled at install time, or they are not. A script like this should not be ta= lking about "installing" anything. Right?