Skip to content

Commit

Permalink
Fix typo in CLI about
Browse files Browse the repository at this point in the history
  • Loading branch information
zeld authored Nov 13, 2024
1 parent f74c720 commit 01d5d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01d5d61

Please sign in to comment.