From 2aea71820cda677084a8cc296ce2be0136cb9c6c Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 16 Sep 2021 12:56:16 +0200 Subject: [PATCH] Fixed parameter name --- src/raspberrypi/rasctl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rasctl.cpp b/src/raspberrypi/rasctl.cpp index 70c77bc4..985de5b7 100644 --- a/src/raspberrypi/rasctl.cpp +++ b/src/raspberrypi/rasctl.cpp @@ -605,7 +605,7 @@ int main(int argc, char* argv[]) break; case 'f': - AddParam(*device, "folder", optarg); + AddParam(*device, "file", optarg); break; case 't':