mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 18:34:11 +02:00
Increase number of parameters
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc != 7) {
|
||||
if (argc != 8) {
|
||||
cout << endl;
|
||||
cout << "Usage: alvra_h5_writer [connection_address] [output_file] [n_frames]";
|
||||
cout << " [rest_port] [user_id] [bsread_address] [n_modules]" << endl;
|
||||
|
||||
Reference in New Issue
Block a user