diff --git a/impl/sf_bernina/bernina_h5_writer.cpp b/impl/sf_bernina/bernina_h5_writer.cpp index 858527a..50c3b0f 100644 --- a/impl/sf_bernina/bernina_h5_writer.cpp +++ b/impl/sf_bernina/bernina_h5_writer.cpp @@ -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;