Commit 5d5ca386 authored by Łukasz Nowak's avatar Łukasz Nowak

- update to 108946


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32682 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00eeded6
......@@ -17,7 +17,7 @@ Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id: bootstrap.py 105417 2009-11-01 15:15:20Z tarek $
$Id$
"""
import os, shutil, sys, tempfile, urllib2
......@@ -33,7 +33,7 @@ parser.add_option("-v", "--version", dest="version",
help="use a specific zc.buildout version")
parser.add_option("-d", "--distribute",
action="store_true", dest="distribute", default=False,
help="Use Disribute rather than Setuptools.")
help="Use Distribute rather than Setuptools.")
parser.add_option("-c", None, action="store", dest="config_file",
help=("Specify the path to the buildout configuration "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment