diff --git a/client/src/cmdhfwaveshare.c b/client/src/cmdhfwaveshare.c index dcac2e73f..224fe9757 100644 --- a/client/src/cmdhfwaveshare.c +++ b/client/src/cmdhfwaveshare.c @@ -984,7 +984,7 @@ static int CmdHF14AWSLoadBmp(const char *Cmd) { arg_param_begin, arg_int1("m", NULL, "", modeldesc), arg_lit0("s", "save", "save dithered version in filename-[n].bmp, only for RGB BMP"), - arg_strx1("f", "file", "", "filename[.bmp] to upload to tag"), + arg_str1("f", "file", "", "filename[.bmp] to upload to tag"), arg_param_end };