Skip to content

Commit

Permalink
[man] List --plugopts variant of -k/--plugin-option
Browse files Browse the repository at this point in the history
--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 <pmoravec@redhat.com>
  • Loading branch information
pmoravec authored and TurboTurtle committed Dec 5, 2024
1 parent 77a2a55 commit 09f18b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions man/en/sos-report.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09f18b3

Please sign in to comment.