From f6b51c5c970963cf2d03e2d3fc97c3ed5da48d17 Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Fri, 1 Oct 2021 16:30:18 +0300 Subject: [PATCH] typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9007b9e..86f37ac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ fn main() { .arg( Arg::new("reporter") .short('r') - .long("reproter") + .long("reporter") .value_name("REPORTER") .takes_value(true) .possible_values(&["console"])