Shorten help string in console

This commit is contained in:
2020-09-30 13:38:35 +02:00
parent 3d21216094
commit 79f6eaebc9
+1 -2
View File
@@ -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);