diff options
Diffstat (limited to 'doc/config.rst')
-rw-r--r-- | doc/config.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst index 800f6c82..993ead97 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -218,8 +218,9 @@ missing lines. See :ref:`cmd_summary` for more information. ``skip_covered`` (boolean, default False): Don't include files in the report that are 100% covered files. See :ref:`cmd_summary` for more information. -``sort`` (string, default Name, allowed values: Name, Stmts, Miss, Cover): -Sort report by the named column. +``sort`` (string, default "Name"): Sort report by the named column. Allowed +values: "Name", "Stmts", "Miss", or "Cover". + .. _config_html: |