Skip to content

Commit

Permalink
change readme and make dest argument optional
Browse files Browse the repository at this point in the history
  • Loading branch information
m0veax committed Feb 10, 2024
1 parent 68adc1f commit 80a5e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ fn main() {
extract .dtb files from images

```
$> cargo run extract-dtb
cargo run extract-dtb
```
1 change: 1 addition & 0 deletions extract-dtb/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ struct Args {
/// Filename
#[arg(required=true)]
filename: String,
#[arg(required=false)]
dest: String,
}

Expand Down

0 comments on commit 80a5e3e

Please sign in to comment.