Skip to content

Commit

Permalink
Fix command name in README
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
PabloCastellano committed Sep 29, 2022
1 parent 4eff1f0 commit ad62239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The `extract-dtb` command is now available:

```
$ extract-dtb --help
usage: extract-dtb.py [-h] [-o OUTPUT_DIR] [-n] [-V] filename
usage: extract-dtb [-h] [-o OUTPUT_DIR] [-n] [-V] filename
Extract dtbs from kernel images.
Expand All @@ -43,10 +43,10 @@ optional arguments:
Example:

```
$ ./extract-dtb.py -n /tmp/postmarketOS-export/vmlinuz-motorola-titan
$ extract-dtb -n /tmp/postmarketOS-export/vmlinuz-motorola-titan
Found 9 appended dtbs
$ ./extract-dtb.py /tmp/postmarketOS-export/vmlinuz-motorola-titan -o /tmp/dtb
$ extract-dtb /tmp/postmarketOS-export/vmlinuz-motorola-titan -o /tmp/dtb
Dumped kernel, start=0 end=7534024
Dumped dtbdump_01_Motorola_QC-MSM8226_Titan.dtb, start=7534024 end=7728853
Dumped dtbdump_02_Motorola_QC-MSM8226_Titan.dtb, start=7728853 end=7923682
Expand Down

0 comments on commit ad62239

Please sign in to comment.