summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
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 /ipa-server/ipa-install
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.
Diffstat (limited to 'ipa-server/ipa-install')
-rwxr-xr-xipa-server/ipa-install/ipa-replica-manage2
1 files changed, 1 insertions, 1 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":