From d6ff4b377fb6bc615e941988fbcaae71b9123edf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 10 Jun 2016 07:27:56 -0400 Subject: Final touch on docs for sort column --- doc/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/config.rst b/doc/config.rst index 993ead97..7c1aeb2c 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -218,8 +218,8 @@ 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"): Sort report by the named column. Allowed -values: "Name", "Stmts", "Miss", or "Cover". +``sort`` (string, default "Name"): Sort the text report by the named column. +Allowed values are "Name", "Stmts", "Miss", "Branch", "BrPart", or "Cover". .. _config_html: -- cgit v1.2.1