diff --git a/scripts/gen_gcov_files.py b/scripts/gen_gcov_files.py index ada42fc7a00..f4837c00b25 100755 --- a/scripts/gen_gcov_files.py +++ b/scripts/gen_gcov_files.py @@ -4,10 +4,10 @@ # # SPDX-License-Identifier: Apache-2.0 -# This script will parse the serial console log file and create the required -# gcda files. -# Usage python3 ${ZEPHYR_BASE}/scripts/gen_gcov_files.py -i console_output.log -# Add -v for verbose + +"""This script will parse the serial console log file and create the required +gcda files. +""" import argparse import os