From 0fc8562b248b13a125d5bda8f0f2964d50dcc08c Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Tue, 15 Oct 2019 17:50:04 +0200 Subject: [PATCH] ipa-server-certinstall manpage: add missing options Some options were not documented in the man page: --version -h, --help -p DIRMAN_PASSWD (but the long name --dirman-password is in the man page) -v, --verbose -q, --quiet --log-file=FILE Fixes: https://pagure.io/freeipa/issue/8086 Reviewed-By: Rob Crittenden --- install/tools/man/ipa-server-certinstall.1 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/install/tools/man/ipa-server-certinstall.1 b/install/tools/man/ipa-server-certinstall.1 index 00fd03b6b..79bd7c885 100644 --- a/install/tools/man/ipa-server-certinstall.1 +++ b/install/tools/man/ipa-server-certinstall.1 @@ -47,8 +47,23 @@ The password to unlock the private key \fB\-\-cert\-name\fR=\fINAME\fR Name of the certificate to install .TP -\fB\-\-dirman\-password\fR=\fIDIRMAN_PASSWORD\fR +\fB\-p\fR, \fB\-\-dirman\-password\fR=\fIDIRMAN_PASSWORD\fR Directory Manager password +.TP +\fB\-\-version\fR +Show the program's version and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +Show the help for this program +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Print debugging information +.TP +\fB\-q\fR, \fB\-\-quiet\fR +Output only errors +.TP +\fB\-\-log\-file\fR=\fIFILE\fR +Log to the given file .SH "EXIT STATUS" 0 if the installation was successful