diff --git a/orchestra/management/commands/startservices.py b/orchestra/management/commands/startservices.py index 55953e6a..d17c2c80 100644 --- a/orchestra/management/commands/startservices.py +++ b/orchestra/management/commands/startservices.py @@ -59,5 +59,4 @@ class ManageServiceCommand(BaseCommand): class Command(ManageServiceCommand): services = settings.ORCHESTRA_START_SERVICES action = 'start' - option_list = BaseCommand.option_list help = 'Start all related services. Usefull for reload configuration and files.'