From e395bdb911ebf69fbf6b3e1c9e0e148a9600bd90 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 14 Apr 2015 18:56:47 +0200 Subject: ipa client: make --ntp-server option multivalued There can be more ntp servers in ntp.conf Required for ticket: https://fedorahosted.org/freeipa/ticket/4981 Reviewed-By: Martin Babinsky --- ipa-client/man/ipa-client-install.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client/man') diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 985cfb064..41437f0ec 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -117,7 +117,7 @@ The hostname of this machine (FQDN). If specified, the hostname will be set and Join the host even if it is already enrolled. .TP \fB\-\-ntp\-server\fR=\fINTP_SERVER\fR -Configure ntpd to use this NTP server. +Configure ntpd to use this NTP server. This option can be used multiple times. .TP \fB\-N\fR, \fB\-\-no\-ntp\fR Do not configure or enable NTP. -- cgit