Commit 4becdee2 authored by Jim Fulton's avatar Jim Fulton

Merge pull request #93 from pombredanne/bootstrap_doc_fixes

Fixing docstring incorrect reference to obsolete command line options
parents 2f348893 b19b4fc5
...@@ -35,8 +35,8 @@ Bootstraps a buildout-based project. ...@@ -35,8 +35,8 @@ Bootstraps a buildout-based project.
Simply run this script in a directory containing a buildout.cfg, using the Simply run this script in a directory containing a buildout.cfg, using the
Python that you want bin/buildout to use. Python that you want bin/buildout to use.
Note that by using --setup-source and --download-base to point to Note that by using --find-links to point to local resources, you can keep
local resources, you can keep this script from going over the network. this script from going over the network.
''' '''
parser = OptionParser(usage=usage) parser = OptionParser(usage=usage)
......
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