Improve attribute reading from sf_stream

This commit is contained in:
2020-09-30 11:38:39 +02:00
parent 5b36132952
commit f42298e264
+2 -4
View File
@@ -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;