Fix --help description for all binaries

This commit is contained in:
2026-04-23 15:37:48 +09:00
parent 92f77bfaff
commit 8920362d49
6 changed files with 6 additions and 30 deletions
+1 -5
View File
@@ -8,11 +8,7 @@ use clap::Parser;
/// 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)]
#[command(
author = "Programvareverkstedet <projects@pvv.ntnu.no>",
about,
version,
)]
#[command(author = "Programvareverkstedet <projects@pvv.ntnu.no>", version)]
pub struct Args {
/// Print all machines responding even if no one is currently logged in
#[arg(long, short)]