1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

feature renamed

This commit is contained in:
Massimo Candela
2021-05-05 21:32:56 +02:00
parent cf480f9906
commit 70cd97a7e4
11 changed files with 31 additions and 31 deletions

View File

@@ -116,11 +116,11 @@ const params = yargs
.alias('u', 'upstreams')
.nargs('u', 0)
.describe('u', 'Detect a list of allowed upstream ASes, useful to monitor for path poisoning.')
.describe('u', 'Detect a list of allowed upstream ASes and enable detection of new left-side ASes')
.alias('n', 'downstreams')
.nargs('n', 0)
.describe('n', 'Detect a list of allowed downstream ASes, useful to monitor for path poisoning.')
.describe('n', 'Detect a list of allowed downstream ASes and enable detection of new right-side ASes.')
.demandOption(['o']);
})