mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 21:30:44 +02:00
Shorten help string in console
This commit is contained in:
@@ -18,8 +18,7 @@ int main (int argc, char *argv[])
|
||||
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 << "\tdetector_json_filename: detector config file path." << endl;
|
||||
cout << endl;
|
||||
|
||||
exit(-1);
|
||||
|
||||
Reference in New Issue
Block a user