rusers: don't use non-standard dash in docstring
Some checks failed
Build and test / check (push) Failing after 43s
Build and test / test (push) Failing after 1m17s
Build and test / build (push) Successful in 1m37s
Build and test / docs (push) Failing after 1m56s

This commit is contained in:
2026-01-04 17:12:44 +09:00
parent 8436bffce0
commit b12752bd17

View File

@@ -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 hostname 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 {