Fix a typo in commands/retire_user.py

This commit is contained in:
Felix Yan 2019-11-07 17:58:42 +08:00 committed by jelle van der Waa
parent 4f77993d91
commit 4443a1c159

View File

@ -32,7 +32,7 @@
class Command(BaseCommand):
help = "Retires a user by deactiving the user and moving the group membership to retired groups."
help = "Retires a user by deactivating the user and moving the group membership to retired groups."
missing_args_message = 'missing argument user.'
def add_arguments(self, parser):