Skip to content

Commit 0277305

Browse files
committed
Better usage help for the coverage_changes management command.
- Legacy-Id: 11193
1 parent 91defa4 commit 0277305

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/utils/management/commands/coverage_changes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
class Command(BaseCommand):
1414
help = "Compare coverage between the latest release and the latest test run."
15+
args = "[master_json latest_json]"
1516
option_list = BaseCommand.option_list + (
1617
make_option('--sections', default='template,url,code', dest='sections',
1718
help='Specify which kinds of coverage changes to show. Default: %default'),

0 commit comments

Comments
 (0)