From 1fb2ccf1051fa578acd9f0819f5fe441f49fc281 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 5 Jan 2011 15:37:53 -0500 Subject: Rename --ipaddr option of host-add command The option is renamed to --ip-address to be consistent with ipa-replica-prepare. https://fedorahosted.org/freeipa/ticket/655 --- ipalib/plugins/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 9cc99786..2abe70a1 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -269,7 +269,7 @@ class host_add(LDAPCreate): Flag('no_reverse', doc=_('skip reverse DNS detection'), ), - Str('ipaddr?', validate_ipaddr, + Str('ip_address?', validate_ipaddr, doc=_('Add the host to DNS with this IP address'), ), ) -- cgit