mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
release 0.7.1
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user