mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 23:10:44 +02:00
Fix number of parameters in buffer
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace std;
|
||||
|
||||
|
||||
int main (int argc, char *argv[]) {
|
||||
if (argc != 6) {
|
||||
if (argc != 4) {
|
||||
cout << endl;
|
||||
cout << "Usage: sf_buffer [device_name] [udp_port] [root_folder]";
|
||||
cout << endl;
|
||||
|
||||
Reference in New Issue
Block a user