summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 9cc997863..2abe70a12 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'),
),
)