Fix number of arguments in live writer input

This commit is contained in:
2021-04-14 12:19:30 +02:00
parent 246d5e7dde
commit c1666d92b2
+1 -1
View File
@@ -16,7 +16,7 @@ using namespace live_writer_config;
int main (int argc, char *argv[])
{
if (argc != 3) {
if (argc != 2) {
cout << endl;
cout << "Usage: jf_live_writer [detector_json_filename]" << endl;
cout << "\tdetector_json_filename: detector config file path." << endl;