release 0.7.1

This commit is contained in:
Yuta
2011-04-17 22:35:48 +09:00
parent 9731bd3c5c
commit 3bc8c36aaa
7 changed files with 20 additions and 13 deletions
+3 -3
View File
@@ -20,21 +20,21 @@ class UpdateCommand(Command):
dest='head',
action='store_true',
default=False,
help='Update the pythonbrew to the github version'
help='Update the pythonbrew to the github version.'
)
self.parser.add_option(
'--config',
dest='config',
action='store_true',
default=False,
help='Update config.cfg'
help='Update config.cfg.'
)
self.parser.add_option(
'-f', '--force',
dest='force',
action='store_true',
default=False,
help='Force update the pythonbrew'
help='Force update the pythonbrew.'
)
def run_command(self, options, args):