From 6fe1790e893d376717c8ae234f0cf5ad7cdc37ee Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 4 Mar 2018 09:19:16 +0100 Subject: [PATCH] spelling --- src/utils/management/commands/run_managepy_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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