From 5304eca07d126b473e603aafa4bda215a7cdb8da Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 6 Oct 2020 11:58:32 +0200 Subject: [PATCH] hf waveshare loadbmp -f only one --- client/src/cmdhfwaveshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };