diff --git a/src/utils/management/commands/run_managepy_worker.py b/src/utils/management/commands/run_managepy_worker.py index 3d70d6f1..6b3c098e 100644 --- a/src/utils/management/commands/run_managepy_worker.py +++ b/src/utils/management/commands/run_managepy_worker.py @@ -9,7 +9,7 @@ logger = logging.getLogger('bornhack.%s' % __name__) class Command(BaseCommand): args = 'none' - help = 'Run a worker. Takes the worker module as the first positional argument and calls the do_work() function in it. Optional argumends can be seen with -h / --help' + help = 'Run a worker. Takes the worker module as the first positional argument and calls the do_work() function in it. Optional arguments can be seen with -h / --help' exit_now = False