mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
removed support for s19 files in the flasher and replaced it
with elf parsing. can we stop specifying the "partition" yet?
This commit is contained in:
parent
6e4d4ee609
commit
2cab856f9f
4 changed files with 99 additions and 101 deletions
|
@ -223,7 +223,7 @@ static void usage(char **argv)
|
|||
int i;
|
||||
printf("Usage: %s gui\n", argv[0]);
|
||||
printf(" %s offline\n", argv[0]);
|
||||
printf(" %s areas file.s19\n", argv[0]);
|
||||
printf(" %s areas file.elf\n", argv[0]);
|
||||
printf(" Known areas are:");
|
||||
for(i=0; partitions[i].name != NULL; i++) {
|
||||
fprintf(stderr, " %s", partitions[i].name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue