[docs] OT CLI doc minor fixes (#5873)

This commit is contained in:
Simon Lin
2020-11-27 09:08:34 -08:00
committed by GitHub
parent b120158975
commit f8e002260e
2 changed files with 9 additions and 7 deletions
+7 -5
View File
@@ -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
```
+2 -2
View File
@@ -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.