summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py b/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py
index eccd3aa2c9..51de847dbf 100644
--- a/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py
+++ b/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py
@@ -8,6 +8,8 @@ from django.db.models.deletion import Collector
class Command(BaseCommand):
+ help = "Deletes stale content types in the database."
+
def add_arguments(self, parser):
parser.add_argument(
"--noinput",