summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2008-12-01 17:17:09 -0500
committerSimo Sorce <ssorce@redhat.com>2008-12-01 17:19:10 -0500
commitf9d6ac952900698e66b6b81d9ac6790c24e2155e (patch)
treec88608d612d9d8e56ec864725ebfc211543a4cf1 /ipa-server
parentef0bb46923e029039f76f0646576c6055bdbd917 (diff)
downloadfreeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.tar.gz
freeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.tar.xz
freeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.zip
Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command.
Diffstat (limited to 'ipa-server')
-rwxr-xr-xipa-server/ipa-install/ipa-replica-manage2
-rw-r--r--ipa-server/man/ipa-replica-manage.12
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa-server/ipa-install/ipa-replica-manage b/ipa-server/ipa-install/ipa-replica-manage
index 9d3ac712..db8c32d5 100755
--- a/ipa-server/ipa-install/ipa-replica-manage
+++ b/ipa-server/ipa-install/ipa-replica-manage
@@ -196,7 +196,7 @@ def main():
add_master(r, args[1], options)
elif args[0] == "init":
if len(args) != 2:
- print "hostname of supplier to initialize from is required."
+ print "hostname of master to initialize is required."
sys.exit(1)
init_master(r, dirman_passwd, args[1])
elif args[0] == "synch":
diff --git a/ipa-server/man/ipa-replica-manage.1 b/ipa-server/man/ipa-replica-manage.1
index a52fdd3e..810cf1de 100644
--- a/ipa-server/man/ipa-replica-manage.1
+++ b/ipa-server/man/ipa-replica-manage.1
@@ -30,7 +30,7 @@ del \- Removes a replication agreement
.TP
list \- Lists the hostnames that HOST IPA server has agreements with
.TP
-init \- Forces a full initialization of the IPA server on HOST from SERVER
+init \- Forces a full initialization of the IPA server on SERVER from HOST
.TP
synch \- Immediately flush any data to be replicated to SERVER
.SH "OPTIONS"