From 8009d08a9f6e9bcd0e173430c156ce3f7a55ede0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 18 Jun 2018 09:36:01 +1000 Subject: 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 -- cgit v1.2.3