Fix the count of input parameters in streamer

This commit is contained in:
2021-01-13 16:14:56 +01:00
parent 6ee8f7d89d
commit cb9ddb3693
+1 -1
View File
@@ -15,7 +15,7 @@ using namespace stream_config;
int main (int argc, char *argv[])
{
if (argc != 1) {
if (argc != 2) {
cout << endl;
cout << "Usage: sf_stream [detector_json_filename]" << endl;
cout << "\tdetector_json_filename: detector config file path." << endl;