This commit is contained in:
Thomas Steen Rasmussen 2018-03-04 09:19:16 +01:00
parent caa8856f72
commit 6fe1790e89
1 changed files with 1 additions and 1 deletions

View File

@ -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