From 0620be9bab315f5f30cb5120ae56ff3d50d3775c Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 16 Aug 2026 22:01:58 +0200 Subject: Rename remainder line to status line --- src/args.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/args.rs') diff --git a/src/args.rs b/src/args.rs index 6fdca59..fe74f5e 100644 --- a/src/args.rs +++ b/src/args.rs @@ -33,9 +33,9 @@ pub struct Args { #[arg(short = 'l', long = "legende", action = ArgAction::SetTrue)] pub legende: bool, - /// Print the remainder line - #[arg(short = 'r', long = "remainder", action = ArgAction::SetTrue)] - pub remainder: bool, + /// Print the status line, the given target and the IP the ping is send to. + #[arg(long = "status", action = ArgAction::SetTrue)] + pub status: bool, /// Default target, if none is specified #[arg(long = "default-target", value_name = "default_target")] -- cgit v1.3-2-g11bf