Update Network-Map.md (#15949)

Fix "lnms config:set" command syntax
This commit is contained in:
Melhuig
2024-04-16 16:23:35 +02:00
committed by GitHub
parent 54e07d0b57
commit 36dc9d3c05

View File

@@ -18,7 +18,7 @@ By default, both are are included but you can enable / disable either
one using the following config option:
```bash
lnms config:set 'network_map_items' "('mac','xdp')"
lnms config:set network_map_items '["mac","xdp"]'
```
Either remove mac or xdp depending on which you want.