summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9d3ac712d..db8c32d5b 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 a52fdd3eb..810cf1de4 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"