On 2 Oct 2011, at 18:55, Paul Davis wrote: > On Sun, Oct 2, 2011 at 12:18 PM, Noah Slater <[email protected]> wrote: >> >> On 2 Oct 2011, at 12:14, [email protected] wrote: >> >>> + " -H, --http install %s cURL bindings (only avaiable\n" >>> + " if package was built 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 enabled at install time, or they are not. A script like this should not be talking about "installing" anything. Right?
