mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 15:40:19 +00:00
github_manage_collaborators is now automatically installed by setup.py
This commit is contained in:
@@ -19,7 +19,7 @@ import time
|
||||
def parse_commandline():
|
||||
"""Parse the comandline and return parsed options."""
|
||||
|
||||
parser = OptionParser(version=True)
|
||||
parser = OptionParser()
|
||||
parser.description = __doc__
|
||||
|
||||
parser.set_usage('usage: %prog [options] (list|add|remove) [collaborator]. Try %prog --help for details.')
|
||||
|
||||
Reference in New Issue
Block a user