From 2310c18d245306e254878f8b2a4000e35e5a1a16 Mon Sep 17 00:00:00 2001 From: Bo Zhu Date: Wed, 11 May 2016 13:56:15 -0700 Subject: [PATCH] Small typos in /src/cli/README.md (#5) --- src/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/README.md b/src/cli/README.md index 7f29ed574..1a66b9e9f 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -452,9 +452,9 @@ Done ### whitelist remove \ -Add an IEEE 802.15.4 Extended Address to the whitelist. +Remove an IEEE 802.15.4 Extended Address from the whitelist. ```bash -$ whitelist add dead00beef00cafe +$ whitelist remove dead00beef00cafe Done ```