From e563aad5f06189b7f55c45111921f1b489b075eb Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 16 Aug 2026 22:10:46 +0200 Subject: Add the -S short option for the status line --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/args.rs b/src/args.rs index 349c07c..52d7ae8 100644 --- a/src/args.rs +++ b/src/args.rs @@ -33,7 +33,7 @@ pub struct Args { pub legende: bool, /// Print the status line, the given target and the IP the ping is send to. - #[arg(long = "status", action = ArgAction::SetTrue)] + #[arg(short = 'S', long = "status", action = ArgAction::SetTrue)] pub status: bool, /// Default target, if none is specified -- cgit v1.3-2-g11bf