Skip to content

Commit a9b55f5

Browse files
committed
update neighbor.remove docs
1 parent 73fc967 commit a9b55f5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/cli_commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ This document provides an overview of CLI commands that can be sent to MeshCore
102102
- `neighbor.remove <pubkey_prefix>`
103103

104104
**Parameters:**
105-
- `pubkey_prefix`: The public key of the node to remove from the neighbors list
105+
- `pubkey_prefix`: The public key of the node to remove from the neighbors list. This can be a short prefix or the full key. All neighbors matching the provided prefix will be removed.
106+
107+
**Note:** You can remove all neighbors by sending a space character as the prefix. The space indicates an empty prefix, which matches all existing neighbors.
106108

107109
---
108110

0 commit comments

Comments
 (0)