Commit 9c0ebdf3 authored by yusei's avatar yusei

Fix a typo.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@108946 62d5b8a3-27da-0310-9561-8e5933582275
parent 4fbfa9be
......@@ -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