From 7239a3794303f398cc37f71c774fc302cacd550a Mon Sep 17 00:00:00 2001 From: Philip C Monk Date: Thu, 9 Jun 2016 18:27:39 -0400 Subject: [PATCH] --as -> --mark --- urb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urb b/urb index 180acc116..2f2352deb 100755 --- a/urb +++ b/urb @@ -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',