summaryrefslogtreecommitdiffstats
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:18:57 -0500
commit1b59f3ffc0455e4515faa8e7c44594acd2387a15 (patch)
treeb90e9358986be591a80bb6bb0dcf5ae7ee6619cf
parent43940a02113cd247845078dc58a0a122c1166b65 (diff)
downloadfreeipa-1b59f3ffc0455e4515faa8e7c44594acd2387a15.tar.gz
freeipa-1b59f3ffc0455e4515faa8e7c44594acd2387a15.tar.xz
freeipa-1b59f3ffc0455e4515faa8e7c44594acd2387a15.zip
Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command.
-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"