diff --git a/shynet/core/management/commands/startup_checks.py b/shynet/core/management/commands/startup_checks.py index b4cc9d8..c2979ac 100644 --- a/shynet/core/management/commands/startup_checks.py +++ b/shynet/core/management/commands/startup_checks.py @@ -13,7 +13,7 @@ from core.models import User class Command(BaseCommand): - help = "Internal command to perform startup sanity checks." + help = "Internal command to perform startup checks." def check_migrations(self): from django.db.migrations.executor import MigrationExecutor