mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
Describe the 'symlink' command better
This commit is contained in:
@@ -7,7 +7,7 @@ from pythonbrew.log import logger
|
||||
class SymlinkCommand(Command):
|
||||
name = "symlink"
|
||||
usage = "%prog [OPTIONS] [SCRIPT]"
|
||||
summary = "Create/Remove a symbolic link"
|
||||
summary = "Create/Remove a symbolic link on your $PATH"
|
||||
|
||||
def __init__(self):
|
||||
super(SymlinkCommand, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user