diff --git a/codecov_cli/commands/report.py b/codecov_cli/commands/report.py index 1367e2e4..e28ff4f8 100644 --- a/codecov_cli/commands/report.py +++ b/codecov_cli/commands/report.py @@ -18,7 +18,7 @@ "--pr", "--pull-request-number", "pull_request_number", - help="Deprecated option, this option has no effect on the execution of this command anymore. Specify the pull request number mannually. Used to override pre-existing CI environment variables", + help="[Deprecated], this option has no effect on the execution of this command anymore. Specify the pull request number mannually. Used to override pre-existing CI environment variables", cls=CodecovOption, fallback_field=FallbackFieldEnum.pull_request_number, )