Fix number of expected parameters

This commit is contained in:
2020-04-20 17:20:43 +02:00
parent f6fad54898
commit b95e5800a4
+1 -1
View File
@@ -8,7 +8,7 @@
using namespace std;
int main (int argc, char *argv[]) {
if (argc != 4) {
if (argc != 3) {
cout << endl;
cout << "Usage: sf_reader [device_name] [root_folder]";
cout << endl;