Skip to content

Commit 714690d

Browse files
committed
Update desc
1 parent 658bd48 commit 714690d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/tools/llvm-cov/CodeCoverage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ int CodeCoverageTool::doShow(int argc, const char **argv,
10251025

10261026
cl::opt<bool> BinaryCounters(
10271027
"binary-counters", cl::Optional,
1028-
cl::desc("Show when lines/branches are covered (1) or uncovered (0) "
1029-
"instead of showing actual counter values."),
1028+
cl::desc("Show binary counters (1/0) in lines and branches instead of "
1029+
"integer execution counts"),
10301030
cl::cat(ViewCategory));
10311031

10321032
cl::opt<uint32_t> TabSize(

0 commit comments

Comments
 (0)