This commit is contained in:
utahta
2011-07-20 00:08:01 +09:00
parent 219ad17459
commit ef4ff75630
2 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pythonbrew.downloader import Downloader
class BuildoutCommand(Command):
name = "buildout"
usage = "%prog"
summary = "Runs the buildout against specified or currently use python"
summary = "Runs the buildout with specified or current using python"
def __init__(self):
super(BuildoutCommand, self).__init__()