mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 07:26:59 +03:00
Update description
This commit is contained in:
@@ -33,17 +33,17 @@
|
||||
1. Run the script with the AS number as an argument:
|
||||
|
||||
```bash
|
||||
python ASList.py AS61280
|
||||
python as_network_list.py AS61280
|
||||
```
|
||||
|
||||
2. If you want to disable all output except the prefixes, use the --quiet or -q switch:
|
||||
|
||||
```bash
|
||||
python ASList.py AS61280 --quiet
|
||||
python as_network_list.py AS61280 --quiet
|
||||
```
|
||||
|
||||
3. If you run the script with the -h or --help switch, it will print a help message:
|
||||
|
||||
```bash
|
||||
python ASList.py --help
|
||||
python as_network_list.py --help
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user