update symlink command

This commit is contained in:
utahta
2011-05-24 18:12:31 +09:00
parent 91101100a7
commit c0f9d4ed57
3 changed files with 46 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
from optparse import OptionParser
from pythonbrew.define import VERSION, PATH_BIN_PYTHONBREW
from pythonbrew.define import VERSION
parser = OptionParser(usage="%prog COMMAND [OPTIONS]",
prog=PATH_BIN_PYTHONBREW,
prog="pythonbrew",
version=VERSION,
add_help_option=False)
parser.add_option(