mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 17:18:10 +08:00
hf waveshare loadbmp -f only one
This commit is contained in:
parent
afa8393aa8
commit
5304eca07d
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ static int CmdHF14AWSLoadBmp(const char *Cmd) {
|
|||
arg_param_begin,
|
||||
arg_int1("m", NULL, "<nr>", modeldesc),
|
||||
arg_lit0("s", "save", "save dithered version in filename-[n].bmp, only for RGB BMP"),
|
||||
arg_strx1("f", "file", "<filename>", "filename[.bmp] to upload to tag"),
|
||||
arg_str1("f", "file", "<filename>", "filename[.bmp] to upload to tag"),
|
||||
arg_param_end
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue