mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed master -> main in a bunch of places, mainly docs
This commit is contained in:
parent
c4f1ec7f33
commit
6ad544df5e
13 changed files with 26 additions and 27 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue