summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-manage
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-10-29 05:13:39 -0400
committerRob Crittenden <rcritten@redhat.com>2012-11-02 10:12:00 -0400
commit85a0cdeb696c9c1d1c50fa43b87ffe8d6d8e3ae6 (patch)
treebe639f67cb48d2a043340716646f7d427ba19736 /install/tools/ipa-replica-manage
parentfc3834ca46fa986694be6a94f0a51d74e9e532a8 (diff)
downloadfreeipa-85a0cdeb696c9c1d1c50fa43b87ffe8d6d8e3ae6.tar.gz
freeipa-85a0cdeb696c9c1d1c50fa43b87ffe8d6d8e3ae6.tar.xz
freeipa-85a0cdeb696c9c1d1c50fa43b87ffe8d6d8e3ae6.zip
Reword description of the --passsync option of ipa-replica-manage.
https://fedorahosted.org/freeipa/ticket/3208
Diffstat (limited to 'install/tools/ipa-replica-manage')
-rwxr-xr-xinstall/tools/ipa-replica-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage
index d489275c2..449138bdf 100755
--- a/install/tools/ipa-replica-manage
+++ b/install/tools/ipa-replica-manage
@@ -86,7 +86,7 @@ def parse_options():
parser.add_option("--win-subtree", dest="win_subtree", default=None,
help="DN of Windows subtree containing the users you want to sync (default cn=Users,<domain suffix)")
parser.add_option("--passsync", dest="passsync", default=None,
- help="Password for the Windows PassSync user")
+ help="Password for the IPA system user used by the Windows PassSync plugin to synchronize passwords")
parser.add_option("--from", dest="fromhost", help="Host to get data from")
options, args = parser.parse_args()