mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Corrected usage messages and manpage to match the logic for the ipa-replica-manage init command.
This commit is contained in:
parent
ef0bb46923
commit
f9d6ac9529
@ -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":
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user