Skip to content

Commit

Permalink
fix(decrypt): replaced version with firmware-version (#4)
Browse files Browse the repository at this point in the history
Thanks for the PR. LGTM.
  • Loading branch information
poqdavid authored Apr 15, 2024
1 parent 926a1c6 commit 8d1f6e5
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 @@ -157,7 +157,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let imei = matches.get_imei().expect("arg is required");
let region = matches.get_region().expect("arg is required");
let version = matches
.get_one::<String>("version")
.get_one::<String>("firmware-version")
.expect("arg is required");

let input = matches
Expand Down

0 comments on commit 8d1f6e5

Please sign in to comment.