mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 18:54:13 +02:00
Fix bernina help for executable
This commit is contained in:
@@ -14,7 +14,7 @@ int main (int argc, char *argv[])
|
||||
if (argc != 10) {
|
||||
cout << endl;
|
||||
cout << "Usage: bernina_h5_writer [connection_address] [output_file] [n_frames]";
|
||||
cout << " [rest_port] [user_id] [bsread_address] [n_modules] [detector_name]" << endl;
|
||||
cout << " [rest_port] [user_id] [bsread_address] [n_modules] [n_bad_modules] [detector_name]" << endl;
|
||||
cout << "\tconnection_address: Address to connect to the stream (PULL). Example: tcp://127.0.0.1:40000" << endl;
|
||||
cout << "\toutput_file: Name of the output file." << endl;
|
||||
cout << "\tn_frames: Number of images to acquire. 0 for infinity (until /stop is called)." << endl;
|
||||
|
||||
Reference in New Issue
Block a user