diff --git a/frappe/commands/site.py b/frappe/commands/site.py index c94f1fdec3..28d6cac695 100644 --- a/frappe/commands/site.py +++ b/frappe/commands/site.py @@ -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,