summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2017-02-17 17:04:53 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-01 15:55:45 +0100
commitf62f0b74855beff8db1ad6a24bf76fa66c3c4771 (patch)
tree528eec6376ce97cfa65fa131f50ce8ff85b0f509
parenteee319dba12a6ab7daa06ca0d7d8ac8fc754f961 (diff)
downloadfreeipa-f62f0b74855beff8db1ad6a24bf76fa66c3c4771.tar.gz
freeipa-f62f0b74855beff8db1ad6a24bf76fa66c3c4771.tar.xz
freeipa-f62f0b74855beff8db1ad6a24bf76fa66c3c4771.zip
Fix erroneous short name options in ipa-adtrust-install man page
`--rid-base` and `--secondary-rid-base` had `-U` option assigned by error in the man page. Remove it as these options have not short alias. https://fedorahosted.org/freeipa/ticket/6630 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
-rw-r--r--install/tools/man/ipa-adtrust-install.14
1 files changed, 2 insertions, 2 deletions
diff --git a/install/tools/man/ipa-adtrust-install.1 b/install/tools/man/ipa-adtrust-install.1
index 6e8438b82..058422b31 100644
--- a/install/tools/man/ipa-adtrust-install.1
+++ b/install/tools/man/ipa-adtrust-install.1
@@ -101,12 +101,12 @@ version 1.13 on IPA master is required to be able to perform as a trust agent.
\fB\-U\fR, \fB\-\-unattended\fR
An unattended installation that will never prompt for user input
.TP
-\fB\-U\fR, \fB\-\-rid-base\fR=\fIRID_BASE\fR
+\fB\-\-rid-base\fR=\fIRID_BASE\fR
First RID value of the local domain. The first Posix ID of the local domain will
be assigned to this RID, the second to RID+1 etc. See the online help of the
idrange CLI for details.
.TP
-\fB\-U\fR, \fB\-\-secondary-rid-base\fR=\fISECONDARY_RID_BASE\fR
+\fB\-\-secondary-rid-base\fR=\fISECONDARY_RID_BASE\fR
Start value of the secondary RID range, which is only used in the case a user
and a group share numerically the same Posix ID. See the online help of the
idrange CLI for details.