diff --git a/django/core/management/commands/runfcgi.py b/django/core/management/commands/runfcgi.py index 599ac2dcd2..a60d4ebc59 100644 --- a/django/core/management/commands/runfcgi.py +++ b/django/core/management/commands/runfcgi.py @@ -15,6 +15,6 @@ class Command(BaseCommand): from django.core.servers.fastcgi import runfastcgi runfastcgi(args) - def usage(self): + def usage(self, subcommand): from django.core.servers.fastcgi import FASTCGI_HELP return FASTCGI_HELP