mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 01:30:11 +00:00
[docs] OT CLI doc minor fixes (#5873)
This commit is contained in:
+7
-5
@@ -326,6 +326,8 @@ mpl: 0 0
|
||||
mle: 0 0
|
||||
arp: 0 0
|
||||
coap: 0 0
|
||||
coap secure: 0 0
|
||||
application coap: 0 0
|
||||
Done
|
||||
```
|
||||
|
||||
@@ -1360,11 +1362,11 @@ Print table of neighbors.
|
||||
|
||||
```bash
|
||||
> neighbor table
|
||||
| Role | RLOC16 | Age | Avg RSSI | Last RSSI |R|S|D|N| Extended MAC |
|
||||
+------+--------+-----+----------+-----------+-+-+-+-+------------------+
|
||||
| C | 0xcc01 | 96 | -46 | -46 |1|1|1|1| 1eb9ba8a6522636b |
|
||||
| R | 0xc800 | 2 | -29 | -29 |1|0|1|1| 9a91556102c39ddb |
|
||||
| R | 0xf000 | 3 | -28 | -28 |1|0|1|1| 0ad7ed6beaa6016d |
|
||||
| Role | RLOC16 | Age | Avg RSSI | Last RSSI |R|D|N| Extended MAC |
|
||||
+------+--------+-----+----------+-----------+-+-+-+------------------+
|
||||
| C | 0xcc01 | 96 | -46 | -46 |1|1|1| 1eb9ba8a6522636b |
|
||||
| R | 0xc800 | 2 | -29 | -29 |1|1|1| 9a91556102c39ddb |
|
||||
| R | 0xf000 | 3 | -28 | -28 |1|1|1| 0ad7ed6beaa6016d |
|
||||
Done
|
||||
```
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ Done
|
||||
|
||||
### register
|
||||
|
||||
Usage: `dataset register`
|
||||
Usage: `netdata register`
|
||||
|
||||
Register configured prefixes, routes, and services with the Leader.
|
||||
|
||||
@@ -176,7 +176,7 @@ Done
|
||||
|
||||
### show
|
||||
|
||||
Usage: `dataset show [-x]`
|
||||
Usage: `netdata show [-x]`
|
||||
|
||||
Print Network Data received from the Leader.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user