[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)
llvm-svn: 273968
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst
index d0e78a9..8e2806b 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -236,6 +236,10 @@
Show code coverage only for functions that match the given regular expression.
+.. option:: -format=<FORMAT>
+
+ Use the specified output format. The supported formats are: "text".
+
.. option:: -line-coverage-gt=<N>
Show code coverage only for functions with line coverage greater than the