Skip to content

Commit b971bd0

Browse files
committed
Just fix a typo in the help text
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6089 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 7a95c72 commit b971bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mig/server/migrateusers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
#
77
# 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
8+
# Copyright (C) 2003-2024 The MiG Project lead by Brian Vinter
99
#
1010
# This file is part of MiG.
1111
#
@@ -43,7 +43,7 @@ def usage(name='migrateusers.py'):
4343
"""Usage help"""
4444

4545
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.
46+
as user identifier to new format with DN as user identifier.
4747
4848
Usage:
4949
%(name)s [OPTIONS]

0 commit comments

Comments
 (0)