summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Deygin <29574203+artdgn@users.noreply.github.com>2021-02-01 14:22:02 +1100
committerNed Batchelder <ned@nedbatchelder.com>2021-02-01 08:22:44 -0500
commitbc9ee777a80ff4853b062d9363b459aa47ccf1f6 (patch)
tree450903ac05f9430a1fdfe7879b966a2e60bb4519
parent30198ee6d5642f3aa036a3bbb37bb129c3c793e6 (diff)
downloadpython-coveragepy-git-bc9ee777a80ff4853b062d9363b459aa47ccf1f6.tar.gz
update config file doc to mention descending sort
-rw-r--r--doc/config.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index e5c70b5a..5514d6f8 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -319,6 +319,7 @@ missing lines. See :ref:`cmd_report` for more information.
``sort`` (string, default "Name"): Sort the text report by the named column.
Allowed values are "Name", "Stmts", "Miss", "Branch", "BrPart", or "Cover".
+Prefix with ``-`` for descending sort (e.g. "-cover").
.. _config_html: