From b12752bd171d9220c9bd95f5098130ca2f980ee0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 4 Jan 2026 17:12:44 +0900 Subject: [PATCH] rusers: don't use non-standard dash in docstring --- src/bin/rusers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rusers.rs b/src/bin/rusers.rs index e06c63e..6276d28 100644 --- a/src/bin/rusers.rs +++ b/src/bin/rusers.rs @@ -5,7 +5,7 @@ use clap::Parser; /// The `rusers` command produces output similar to `who`, /// but for the list of hosts or all machines on the local network. /// For each host responding to the rusers query, -/// the host‐name with the names of the users currently logged on is printed on each line. +/// the host-name with the names of the users currently logged on is printed on each line. /// The `rusers` command will wait for one minute to catch late responders. #[derive(Debug, Parser)] pub struct Args {