--as -> --mark

This commit is contained in:
Philip C Monk 2016-06-09 18:27:39 -04:00
parent e64a48695b
commit 7239a37943

2
urb
View File

@ -275,7 +275,7 @@ parser.add_argument('-l', '--listen-api', which='listen-api',
metavar='api:event', metavar='api:event',
help='listen to event from api', help='listen to event from api',
action=sourceAction) action=sourceAction)
parser.add_argument('-m', '--as', which='as', parser.add_argument('-m', '--mark', which='as',
metavar='mark', metavar='mark',
help='transform a source to another mark', help='transform a source to another mark',
nesting='mark', nesting='mark',