diff options
Diffstat (limited to 'src/args.rs')
| -rw-r--r-- | src/args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |