The '-f' option replaces the direct specification of the dump filename in the '-r' command.

This commit is contained in:
Dmitry Malenok 2025-05-12 22:33:26 +03:00
commit a9244b8ea4
2 changed files with 13 additions and 8 deletions

View file

@ -2365,7 +2365,7 @@ Use the script `hf_mfu_ultra.lua` to restore (write) dump to tag or clear previo
Usage:
1. Restore dump to tag:
```
script run hf_mfu_ultra -k <passwd> -r <dump filename>
script run hf_mfu_ultra -f <dump filename> -k <passwd> -r
```
2. Wipe tag (use it to prepare tag for restoring another dump):
```
@ -2379,7 +2379,7 @@ Usage:
Examples:
1. Restore dump to tag:
```
script run hf_mfu_ultra -k ffffffff -r hf-mfu-3476FF1514D866-dump.bin
script run hf_mfu_ultra -f hf-mfu-3476FF1514D866-dump.bin -k ffffffff -r
```
2. Wipe tag:
```
@ -2428,7 +2428,7 @@ Use the script `hf_mfu_ultra.lua` to restore (write) dump to tag.
Usage:
1. Restore dump to tag:
```
script run hf_mfu_ultra -k <passwd> -r <dump filename>
script run hf_mfu_ultra -f <dump filename> -k <passwd> -r
```
3. Show help:
```
@ -2438,7 +2438,7 @@ Usage:
Examples:
1. Restore dump to tag:
```
script run hf_mfu_ultra -k ffffffff -r hf-mfu-3476FF1514D866-dump.bin
script run hf_mfu_ultra -f hf-mfu-3476FF1514D866-dump.bin -k ffffffff -r
```
## UL, other chips