From e7bee5b668fee083d8ada167f307857761c25d80 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Mon, 4 Jul 2022 22:50:52 +1000 Subject: [PATCH] man: add --skip-mem-check to man pages Document the --skip-mem-check flag in the ipa-server-install(1) and ipa-replica-install(1) man pages. Related: https://pagure.io/freeipa/issue/8404 Signed-off-by: Fraser Tweedale Reviewed-By: Florence Blanc-Renaud --- install/tools/man/ipa-replica-install.1 | 3 +++ install/tools/man/ipa-server-install.1 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 48caa169c..17e9e7a25 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -98,6 +98,9 @@ Configure SSSD as data source for subid. \fB\-\-skip\-conncheck\fR Skip connection check to remote master .TP +\fB\-\-skip\-mem\-check\fR +Skip checking for minimum required memory +.TP \fB\-d\fR, \fB\-\-debug Enable debug logging when more verbose output is needed .TP diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 1f7ae9e0f..fb290117a 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -83,6 +83,9 @@ Do not configure OpenSSH server. \fB\-\-subid\fR Configure SSSD as data source for subid. .TP +\fB\-\-skip\-mem\-check\fR +Skip checking for minimum required memory +.TP \fB\-d\fR, \fB\-\-debug\fR Enable debug logging when more verbose output is needed. .TP