summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2019-11-07 17:58:42 +0800
committerjelle van der Waa <jelle@vdwaa.nl>2019-11-07 14:12:05 +0100
commit4443a1c159df5ccdd379562d77e2aa115a0f7305 (patch)
tree113566c8536aae53856a108d9d061e1a05182164
parent4f77993d91869880267a33cdfec091fe3da6f7d9 (diff)
downloadarchweb-4443a1c159df5ccdd379562d77e2aa115a0f7305.tar.gz
archweb-4443a1c159df5ccdd379562d77e2aa115a0f7305.zip
Fix a typo in commands/retire_user.py
-rw-r--r--devel/management/commands/retire_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/retire_user.py b/devel/management/commands/retire_user.py
index f68ad604..0a7259f3 100644
--- a/devel/management/commands/retire_user.py
+++ b/devel/management/commands/retire_user.py
@@ -32,7 +32,7 @@ MAPPING = {
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):