36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
From b5389aa195675f473acdd22f20017a8854ff82d0 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Moravec <pmoravec@redhat.com>
|
|
Date: Wed, 16 Feb 2022 08:43:32 +0100
|
|
Subject: [PATCH 02/10] [man] Mention sos-help in main sos manpage
|
|
|
|
Related to #2860
|
|
|
|
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
|
|
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
|
|
---
|
|
man/en/sos.1 | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/man/en/sos.1 b/man/en/sos.1
|
|
index ce4918f9..c335b7e1 100644
|
|
--- a/man/en/sos.1
|
|
+++ b/man/en/sos.1
|
|
@@ -67,6 +67,14 @@ May be invoked via either \fBsos clean\fR, \fBsos cleaner\fR, \fBsos mask\fR,
|
|
or via the \fB--clean\fR, \fB--cleaner\fR or \fB --mask\fR options
|
|
for \fBreport\fR and \fBcollect\fR.
|
|
|
|
+.TP
|
|
+.B help
|
|
+This subcommand is used to retrieve more detailed information on the various SoS
|
|
+commands and components than is directly available in either other manpages or
|
|
+--help output.
|
|
+
|
|
+See \fB sos help --help\fR and \fB man sos-help\fR for more information.
|
|
+
|
|
.SH GLOBAL OPTIONS
|
|
sos components provide their own set of options, however the following are available
|
|
to be set across all components.
|
|
--
|
|
2.27.0
|
|
|