From e047b1deca06fd8aafd4aa31d69fb70ef09a7995 Mon Sep 17 00:00:00 2001 From: jurraca Date: Fri, 7 Mar 2025 13:47:10 +0000 Subject: [PATCH] contrib: (asmap) add diff-addrs example to README this command exists and works as expected. --- contrib/asmap/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/asmap/README.md b/contrib/asmap/README.md index 5fab4b285e2..44fa84c00ec 100644 --- a/contrib/asmap/README.md +++ b/contrib/asmap/README.md @@ -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 ```