Skip to content

Commit 822620b

Browse files
committed
Update desc
1 parent f4dc4eb commit 822620b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/llvm-cov/CodeCoverage.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +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 1/0 instead of actual counter values."),
1028+
cl::desc("Show when lines/branches are covered (1) or uncovered (0) "
1029+
"instead of showing actual counter values."),
10291030
cl::cat(ViewCategory));
10301031

10311032
cl::opt<uint32_t> TabSize(

0 commit comments

Comments
 (0)