hf waveshare loadbmp -f only one

This commit is contained in:
iceman1001 2020-10-06 11:58:32 +02:00
parent afa8393aa8
commit 5304eca07d

View file

@ -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
};