update master to main

This commit is contained in:
Anthony Sottile
2022-03-24 13:52:25 -04:00
parent 354b900f15
commit 525191f34b
4 changed files with 6 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ def main(argv: Sequence[str] | None = None) -> int:
autoupdate_parser.add_argument(
'--bleeding-edge', action='store_true',
help=(
'Update to the bleeding edge of `master` instead of the latest '
'Update to the bleeding edge of `HEAD` instead of the latest '
'tagged version (the default behavior).'
),
)