Skip to content

Commit 4d30562

Browse files
committedAug 21, 2012
Fix a POD typo in the userImport script. Fixes bug #12379
1 parent e60c926 commit 4d30562

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎docs/changelog/7.x.x.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
7.10.27
2+
- fixed #12379: userImport documentation error
23

34
7.10.26
45
- fixed: Template diagnostics when called without a session asset.

‎sbin/userImport.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ =head1 SYNOPSIS
255255
256256
userImport --configFile config.conf --usersFile pathname
257257
[--authMethod method]
258-
[--canChangePasswd]
258+
[--canChangePass]
259259
[--delimiter string]
260260
[--expireOffset integer [--expireUnits string]]
261261
[--groups groupid,...]

0 commit comments

Comments
 (0)
Please sign in to comment.