From 09f18b3272a4b78caaded2005c90609e2da5f31b Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 5 Dec 2024 13:34:22 +0100 Subject: [PATCH] [man] List --plugopts variant of -k/--plugin-option --plugopts is yet another alternative to -k/--plugin-option that sos report accepts. Let list it in man pages. Resolves: #3865 Signed-off-by: Pavel Moravec --- man/en/sos-report.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index a7cc269f9..6c6043f60 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -8,7 +8,7 @@ sos_report \- Collect and package diagnostic and support data [-e|--enable-plugins plugin-names]\fR [-o|--only-plugins plugin-names]\fR [-a|--alloptions] [-v|--verbose]\fR - [-k plug.opt|--plugin-option plug.opt]\fR + [-k plug.opt|--plugin-option plug.opt]|--plugopts plug.opt\fR [--no-report] [--config-file conf]\fR [--no-postproc]\fR [--preset preset] [--add-preset add_preset]\fR @@ -84,7 +84,8 @@ Enable the specified plugin(s) only (all other plugins should be disabled). Multiple plugins may be specified by repeating the option or as a comma-separated list. .TP -.B \-k PLUGNAME.PLUGOPT[=VALUE], \--plugin-option=PLUGNAME.PLUGOPT[=VALUE] +.B \-k PLUGNAME.PLUGOPT[=VALUE], \--plugin-option=PLUGNAME.PLUGOPT[=VALUE], \ +\--plugopts=PLUGNAME.PLUGOPT[=VALUE] Specify plug-in options. The option PLUGOPT is enabled, or set to the specified value in the plug-in PLUGNAME. .TP