From 79f6eaebc9db0a0d96ff2e3debeb22791e1d839f Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 30 Sep 2020 13:38:35 +0200 Subject: [PATCH] Shorten help string in console --- sf-stream/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sf-stream/src/main.cpp b/sf-stream/src/main.cpp index 987ee42..1e4d103 100644 --- a/sf-stream/src/main.cpp +++ b/sf-stream/src/main.cpp @@ -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);