From d0c41bd2f2d125fa591b13c602c125a2a112a6c7 Mon Sep 17 00:00:00 2001 From: David Kupka Date: Wed, 19 Aug 2015 12:28:34 +0200 Subject: client: Add description of --ip-address and --all-ip-addresses to man page https://fedorahosted.org/freeipa/ticket/4249 Reviewed-By: Martin Basti --- ipa-client/man/ipa-client-install.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 41437f0ec..0fafd8a3f 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -180,6 +180,12 @@ Request certificate for the machine. The certificate will be stored in /etc/ipa/ \fB\-\-automount\-location\fR=\fILOCATION\fR Configure automount by running ipa\-client\-automount(1) with \fILOCATION\fR as automount location. +.TP +\fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR +Use \fIIP_ADDRESS\fR in DNS A/AAAA record for this host. May be specified multiple times to add multiple DNS records. +.TP +\fB\-\-all\-ip\-addresses\fR +Create DNS A/AAAA record for each IP address on this host. .SS "SSSD OPTIONS" .TP -- cgit