[rtems-tools commit] tester: Correct usage for covoar.

Chris Johns chrisj at rtems.org
Tue Jun 19 03:44:57 UTC 2018


Module:    rtems-tools
Branch:    master
Commit:    8009d08a9f6e9bcd0e173430c156ce3f7a55ede0
Changeset: http://git.rtems.org/rtems-tools/commit/?id=8009d08a9f6e9bcd0e173430c156ce3f7a55ede0

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Jun 18 09:36:01 2018 +1000

tester: Correct usage for covoar.

---

 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




More information about the vc mailing list