From 0c067f0c85cf54a001566b8542a809a916776b86 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 16 Aug 2026 23:41:01 +0200 Subject: Legend is spelled in french xD --- 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 52d7ae8..d064370 100644 --- a/src/args.rs +++ b/src/args.rs @@ -28,9 +28,9 @@ pub struct Args { #[arg(short = 's', long = "stats", action = ArgAction::SetTrue)] pub stats: bool, - /// Print the legende line - #[arg(short = 'l', long = "legende", action = ArgAction::SetTrue)] - pub legende: bool, + /// Print the legend line + #[arg(short = 'l', long = "legend", action = ArgAction::SetTrue)] + pub legend: bool, /// Print the status line, the given target and the IP the ping is send to. #[arg(short = 'S', long = "status", action = ArgAction::SetTrue)] -- cgit v1.3-2-g11bf