aboutsummaryrefslogtreecommitdiff
path: root/src/args.rs
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-08-16 23:41:01 +0200
committerache <ache@ache.one>2026-08-16 23:41:01 +0200
commit0c067f0c85cf54a001566b8542a809a916776b86 (patch)
tree83f805fdaeadb984e290e00bf12c07e57165124e /src/args.rs
parentAdd a real README (diff)
Legend is spelled in french xD
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs6
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)]