summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-06-18 09:36:01 +1000
committerChris Johns <chrisj@rtems.org>2018-06-18 12:26:16 +1000
commit8009d08a9f6e9bcd0e173430c156ce3f7a55ede0 (patch)
treec5233aca026f3d82e0a63353a41124fecefe979f
parenttester: Make leon3-run command use run and not sis. (diff)
downloadrtems-tools-8009d08a9f6e9bcd0e173430c156ce3f7a55ede0.tar.bz2
tester: Correct usage for covoar.
-rw-r--r--tester/covoar/covoar.cc2
1 files changed, 1 insertions, 1 deletions
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