mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 13:22:07 +03:00
--as -> --mark
This commit is contained in:
parent
e64a48695b
commit
7239a37943
2
urb
2
urb
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user