fix: typo
This commit is contained in:
parent
e88fa11cdc
commit
890becda33
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ from frappe.exceptions import SiteNotSpecifiedError
|
|||
@click.option(
|
||||
"--setup-db/--no-setup-db",
|
||||
default=True,
|
||||
help="Create user and database in mariadb/postgres; only boostrap if false",
|
||||
help="Create user and database in mariadb/postgres; only bootstrap if false",
|
||||
)
|
||||
def new_site(
|
||||
site,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue