Fix number of parameters check in main

This commit is contained in:
2021-01-12 18:17:15 +01:00
parent 87e47173d1
commit 4c914ad66e
+1 -1
View File
@@ -16,7 +16,7 @@ using namespace BufferUtils;
int main (int argc, char *argv[]) {
if (argc != 2) {
if (argc != 3) {
cout << endl;
cout << "Usage: jf_buffer_writer [detector_json_filename] [module_id]";
cout << endl;