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