diff options
-rw-r--r-- | doc/config.rst | 1 |
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: |