--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',
help='listen to event from api',
action=sourceAction)
parser.add_argument('-m', '--as', which='as',
parser.add_argument('-m', '--mark', which='as',
metavar='mark',
help='transform a source to another mark',
nesting='mark',