Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command.

This commit is contained in:
Nathan Kinder 2008-12-01 17:17:09 -05:00 committed by Simo Sorce
parent ef0bb46923
commit f9d6ac9529
2 changed files with 2 additions and 2 deletions

View File

@ -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":

View File

@ -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"