diff options
author | Nathan Kinder <nkinder@redhat.com> | 2008-12-01 17:17:09 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-12-01 17:19:10 -0500 |
commit | f9d6ac952900698e66b6b81d9ac6790c24e2155e (patch) | |
tree | c88608d612d9d8e56ec864725ebfc211543a4cf1 /ipa-server/ipa-install | |
parent | ef0bb46923e029039f76f0646576c6055bdbd917 (diff) | |
download | freeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.tar.gz freeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.tar.xz freeipa-f9d6ac952900698e66b6b81d9ac6790c24e2155e.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-x | ipa-server/ipa-install/ipa-replica-manage | 2 |
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": |