Fix the number of input parameters to the executable

This commit is contained in:
2021-01-12 13:44:05 +01:00
parent 2399b8d59e
commit b00ce59fa0
+1 -2
View File
@@ -1,7 +1,6 @@
#include <iostream>
#include <stdexcept>
#include <zmq.h>
#include <zconf.h>
#include <RamBuffer.hpp>
#include "formats.hpp"
@@ -17,7 +16,7 @@ using namespace BufferUtils;
int main (int argc, char *argv[]) {
if (argc != 2) {
if (argc != 3) {
cout << endl;
cout << "Usage: jf_udp_recv [detector_json_filename] [module_id]";
cout << endl;