Describe the 'symlink' command better

This commit is contained in:
Thomas Grenfell Smith
2011-06-23 16:04:32 -04:00
parent 4a1174811c
commit 7e5f5c72e1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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__()