diff options
| author | ache <ache@ache.one> | 2026-08-16 23:41:01 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-08-16 23:41:01 +0200 |
| commit | 0c067f0c85cf54a001566b8542a809a916776b86 (patch) | |
| tree | 83f805fdaeadb984e290e00bf12c07e57165124e /src/args.rs | |
| parent | Add a real README (diff) | |
Legend is spelled in french xD
Diffstat (limited to 'src/args.rs')
| -rw-r--r-- | src/args.rs | 6 |
1 files changed, 3 insertions, 3 deletions
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)] |