tools: update dnc and dsh README

Change-Id: I74a9eac906732567e4e11f910e845fe5bbddabe0
diff --git a/tools/dnc/README.md b/tools/dnc/README.md
index 6b1eb56..805a636 100644
--- a/tools/dnc/README.md
+++ b/tools/dnc/README.md
@@ -2,7 +2,7 @@
 
 ## Overview
 
-**dnc** is a versatile command-line utility that enables network connectivity between peers in a Distributed Hash Table (DHT) network. It allows you to establish connections with other peers or devices and create TCP sockets on remote devices, similar to the traditional `nc` (netcat) utility.
+**dnc** is a versatile command-line program that enables network connectivity between peers in a Distributed Hash Table (DHT) network. It allows you to establish connections with other peers or devices and create TCP sockets on remote devices, similar to the traditional `nc` (netcat) utility.
 
 **Key Features**:
 - Create TCP sockets on remote devices.
diff --git a/tools/dsh/README.md b/tools/dsh/README.md
index af92142..b18acbb 100644
--- a/tools/dsh/README.md
+++ b/tools/dsh/README.md
@@ -1,6 +1,6 @@
 # dsh - Distributed Shell
 
-**dsh** is a Distributed Shell program that enables peers to establish connections with other peers in a Distributed Hash Table (DHT) network and execute a binary on the remote target.
+**dsh** is a Distributed Shell command-line program that enables peers to establish connections with other peers in a Distributed Hash Table (DHT) network and execute a binary on the remote target.
 
 ## Overview