contrib: (asmap) add diff-addrs example to README

this command exists and works as expected.
This commit is contained in:
jurraca 2025-03-07 13:47:10 +00:00
parent de1ada079b
commit e047b1deca

View file

@ -9,4 +9,5 @@ Example usage:
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
python3 asmap-tool.py diff-addrs /path/to/first.file /path/to/second.file addrs.file
```