From 8f30a90e575f650557644af9291bc758ade85e14 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 19 Jul 2018 14:15:19 +0200 Subject: [PATCH] Fix bernina help for executable --- sf_bernina/bernina_h5_writer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_bernina/bernina_h5_writer.cpp b/sf_bernina/bernina_h5_writer.cpp index 5ae7015..22f0f44 100644 --- a/sf_bernina/bernina_h5_writer.cpp +++ b/sf_bernina/bernina_h5_writer.cpp @@ -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;