From 403f7f810927dc9e6a1820c0c48cc69a5855318a Mon Sep 17 00:00:00 2001 From: hjian2017 <30794429+hjian2017@users.noreply.github.com> Date: Wed, 20 Feb 2019 01:00:29 +0800 Subject: [PATCH] [cli] correct dataset examples in README (#3604) --- src/cli/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cli/README.md b/src/cli/README.md index 9ee6c5352..dbad40fef 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -677,7 +677,7 @@ Done Send MGMT_ACTIVE_GET. ```bash -> dataset mgmtgetcommand active address fdde:ad00:beef:0:558:f56b:d688:799 activetimestamp 123 binary 0001 +> dataset mgmtgetcommand active address fdde:ad00:beef:0:558:f56b:d688:799 activetimestamp binary 0c030001ff Done ``` @@ -686,7 +686,7 @@ Done Send MGMT_ACTIVE_SET. ```bash -> dataset mgmtsetcommand active activetimestamp binary 820155 +> dataset mgmtsetcommand active activetimestamp 123 binary 0c030001ff Done ``` @@ -695,7 +695,7 @@ Done Send MGMT_PENDING_GET. ```bash -> dataset mgmtgetcommand pending address fdde:ad00:beef:0:558:f56b:d688:799 activetimestamp binary 0001 +> dataset mgmtgetcommand pending address fdde:ad00:beef:0:558:f56b:d688:799 activetimestamp binary 0c030001ff Done ``` @@ -704,7 +704,7 @@ Done Send MGMT_PENDING_SET. ```bash -> dataset mgmtsetcommand pending activetimestamp binary 820155 +> dataset mgmtsetcommand pending activetimestamp 123 binary 0c030001ff Done ```