Better usage help for the coverage_changes management command.

- Legacy-Id: 11193
This commit is contained in:
Henrik Levkowetz 2016-05-15 15:01:50 +00:00
parent 91defa466e
commit 02773059f2

View file

@ -12,6 +12,7 @@ import debug # pyflakes:ignore
class Command(BaseCommand):
help = "Compare coverage between the latest release and the latest test run."
args = "[master_json latest_json]"
option_list = BaseCommand.option_list + (
make_option('--sections', default='template,url,code', dest='sections',
help='Specify which kinds of coverage changes to show. Default: %default'),