From f9d6ac952900698e66b6b81d9ac6790c24e2155e Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Mon, 1 Dec 2008 17:17:09 -0500 Subject: Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command. --- ipa-server/ipa-install/ipa-replica-manage | 2 +- ipa-server/man/ipa-replica-manage.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ipa-server') 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" -- cgit