mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-11 22:05:35 +02:00
Improve attribute reading from sf_stream
This commit is contained in:
@@ -15,11 +15,9 @@ using namespace stream_config;
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
if (argc != 2) {
|
||||
cout << endl;
|
||||
cout << "Usage: sf_stream ";
|
||||
cout << " [detector_json_filename]";
|
||||
if (argc != 1) {
|
||||
cout << endl;
|
||||
cout << "Usage: sf_stream [detector_json_filename]" << endl;
|
||||
cout << "\tdetector_json_filename: json file with the configuration "
|
||||
"of the detector." << endl;
|
||||
cout << endl;
|
||||
|
||||
Reference in New Issue
Block a user