diff --git a/src/main.rs b/src/main.rs index cfea471..b2f8f62 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ struct Cli { /// Spotter callsign (e.g. W1CDN) #[arg(short = 's', long)] - spotter: String, + spotter: Option, } /// Convert a byte slice into a hex-dump string for debugging purposes.