Fixed master -> main in a bunch of places, mainly docs

This commit is contained in:
Simon Willison 2021-03-23 09:19:41 -07:00
commit 6ad544df5e
13 changed files with 26 additions and 27 deletions

View file

@ -19,7 +19,7 @@ def add_common_publish_arguments_and_options(subcommand):
"--extra-options", help="Extra options to pass to datasette serve"
),
click.option(
"--branch", help="Install datasette from a GitHub branch e.g. master"
"--branch", help="Install datasette from a GitHub branch e.g. main"
),
click.option(
"--template-dir",