mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 19:34:12 +02:00
Fix typo
This commit is contained in:
@@ -133,7 +133,7 @@ int main (int argc, char *argv[])
|
||||
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_images: Number of images to acquire. 0 for infinity (untill /stop is called)." << endl;
|
||||
cout << "\rest_port: Port to start the REST Api on." << endl;
|
||||
cout << "\trest_port: Port to start the REST Api on." << endl;
|
||||
cout << endl;
|
||||
|
||||
exit(-1);
|
||||
|
||||
Reference in New Issue
Block a user