add -u alias for --url command

Change-Id: I9c90e0ce43f68d24be0b74310d6270660e4e5d23
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-10-02 11:43:19 -04:00
parent 515309f16e
commit bb5a5cf765
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def main():
help='base URL, defaults to %(default)s',
)
parser.add_argument(
'--url',
'-u', '--url',
action='store_true',
default=False,
help='show the URL but do not open it',