[PATCH v3 20/22] tester: Correct usage for covoar.

Chris Johns chrisj at rtems.org
Mon Jun 18 02:29:18 UTC 2018


---
 tester/covoar/covoar.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index 26abf34..49f0f2a 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -131,7 +131,7 @@ void usage(const std::string& progname)
             << "  -T TARGET                 - target name" << std::endl
             << "  -f FORMAT                 - coverage file format (RTEMS, QEMU, TSIM or Skyeye)" << std::endl
             << "  -E EXPLANATIONS           - name of file with explanations" << std::endl
-            << "  -s SYMBOL_SET_FILE        - path to the INI format symbol sets" << std::endl
+            << "  -S SYMBOL_SET_FILE        - path to the INI format symbol sets" << std::endl
             << "  -1 EXECUTABLE             - name of executable to get symbols from" << std::endl
             << "  -e EXE_EXTENSION          - extension of the executables to analyze" << std::endl
             << "  -c COVERAGEFILE_EXTENSION - extension of the coverage files to analyze" << std::endl
-- 
2.15.1



More information about the devel mailing list