[utils] add missed newline character
authorYelin Jeong <yelini.jeong@samsung.com>
Fri, 8 Dec 2023 08:20:34 +0000 (17:20 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
This patch adds missed newline character in util's usage message.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
tests/utils/ne_test_utils.cc

index 0b8402fa153ac82ce1e1d687e2163a89010d6cec..8a88f7d4e7543344d97920eeef5e40bb246d688a 100644 (file)
@@ -282,7 +282,7 @@ UtilTrinity::printUsage (const char *prog_name, const char *param_str) {
   std::cerr << "  -d <arg> \t Set a device node path (e.g., /dev/triv2-0)\n";
   std::cerr << "  -n <arg> \t Set output notimode [intr|polling]\n";
   std::cerr << "  -p <arg> \t Set profile level [visa|layer]\n";
-  std::cerr << "  -v <arg> \t Set NPU_VER [2.3|2.4] (default 2.4)";
+  std::cerr << "  -v <arg> \t Set NPU_VER [2.3|2.4] (default 2.4)\n";
   std::cerr << "  -t \t\t Enable trinity data format\n";
   std::cerr << "  -m \t\t Mute stdout/stderr messages\n";
   std::cerr << "  -s \t\t Enable run sync mode\n";