Adjust bernina runner

This commit is contained in:
2018-07-06 16:07:30 +02:00
parent f1c4eb13c4
commit e9b754af42
+1 -1
View File
@@ -13,7 +13,7 @@ int main (int argc, char *argv[])
{
if (argc != 7) {
cout << endl;
cout << "Usage: sf_cpp_h5_writer [connection_address] [output_file] [n_frames]";
cout << "Usage: bernina_h5_writer [connection_address] [output_file] [n_frames]";
cout << " [rest_port] [user_id] [bsread_address]" << 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;