Added -b option to symlink command

This commit is contained in:
Yuta
2011-04-17 10:43:54 +09:00
parent 358bb34395
commit 3a220f342a
2 changed files with 29 additions and 10 deletions
+2 -2
View File
@@ -18,14 +18,14 @@ class ListCommand(Command):
dest='all_versions',
action='store_true',
default=False,
help='All versions of Python are visible'
help='Show the all python versions'
)
self.parser.add_option(
'-k', '--known',
dest='known',
action='store_true',
default=False,
help='List the available install versions of Python'
help='List the available latest python versions'
)
def run_command(self, options, args):