We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a95c72 commit b971bd0Copy full SHA for b971bd0
mig/server/migrateusers.py
@@ -5,7 +5,7 @@
5
#
6
7
# migrateusers - a simple helper to migrate old CN to new DN user IDs
8
-# Copyright (C) 2003-2022 The MiG Project lead by Brian Vinter
+# Copyright (C) 2003-2024 The MiG Project lead by Brian Vinter
9
10
# This file is part of MiG.
11
@@ -43,7 +43,7 @@ def usage(name='migrateusers.py'):
43
"""Usage help"""
44
45
print("""Update MiG user database and user dirs from old format with CN
46
-as user idetifier to new format with DN as user identifier.
+as user identifier to new format with DN as user identifier.
47
48
Usage:
49
%(name)s [OPTIONS]
0 commit comments