From 01d5d61c62865c1f1b6b5f84877b8e6069e34eb5 Mon Sep 17 00:00:00 2001 From: zeld Date: Wed, 13 Nov 2024 17:19:20 +0100 Subject: [PATCH] Fix typo in CLI about --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fc2805d..7892b91 100644 --- a/src/main.rs +++ b/src/main.rs @@ -29,7 +29,7 @@ async fn main() -> Result<(), Error> { let matches = Command::new("PSA firmware update.") .version(crate_version!()) - .about("CLI alternative to Peugeot/Citroën/Open update for NAC/RCC firmware updates, hopefully more robust. Supports for resume of downloads.") + .about("CLI alternative to Peugeot/Citroën/Opel/DS update applications for car infotainment system (NAC/RCC fimrware and navigation maps), hopefully more robust. Supports for resume of downloads.") .arg(Arg::new("VIN") .help("Vehicle Identification Number (VIN) to check for update") .required(false)