From 401c52e8b7b3d8dcfede38177f0cc3a1efae044f Mon Sep 17 00:00:00 2001 From: Amna <amna.snene@savoirfairelinux.com> Date: Mon, 2 Oct 2023 11:14:35 -0400 Subject: [PATCH] tools: update dnc and dsh README Change-Id: I74a9eac906732567e4e11f910e845fe5bbddabe0 --- tools/dnc/README.md | 2 +- tools/dsh/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- GitLab