mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 08:14:12 +02:00
Fix number of parameters check in main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user