diff --git a/allianceauth/bin/allianceauth.py b/allianceauth/bin/allianceauth.py index ee2f9ea0..0ab75d8b 100644 --- a/allianceauth/bin/allianceauth.py +++ b/allianceauth/bin/allianceauth.py @@ -12,6 +12,7 @@ class StartProject(BaseStartProject): parser.add_argument('--python', help='The path to the python executable.') parser.add_argument('--celery', help='The path to the celery executable.') parser.add_argument('--gunicorn', help='The path to the gunicorn executable.') + parser.add_argument('--memmon', help='The path to the memmon executable.') def create_project(parser, options, args):