Skip to content

Commit 01d5d61

Browse files
authored
Fix typo in CLI about
1 parent f74c720 commit 01d5d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async fn main() -> Result<(), Error> {
2929

3030
let matches = Command::new("PSA firmware update.")
3131
.version(crate_version!())
32-
.about("CLI alternative to Peugeot/Citroën/Open update for NAC/RCC firmware updates, hopefully more robust. Supports for resume of downloads.")
32+
.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.")
3333
.arg(Arg::new("VIN")
3434
.help("Vehicle Identification Number (VIN) to check for update")
3535
.required(false)

0 commit comments

Comments
 (0)