diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2019-08-25 22:29:08 +0200 |
---|---|---|
committer | Pavel Moravec <pmoravec@redhat.com> | 2019-08-25 22:29:08 +0200 |
commit | fb572a2db67347d7dc3f447fec62ebed97979b95 (patch) | |
tree | dc76549eef29edc7feb79e4976ffac29d0bdea84 /man/en | |
parent | 16bf3224175bb844edc702b688684745e85ce622 (diff) | |
download | sos-fb572a2db67347d7dc3f447fec62ebed97979b95.tar.gz |
[manpages] describe --note option
Resolves: #1724
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sosreport.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 379aa92d..fdcad00e 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -98,8 +98,10 @@ For example, 'sosreport --add-preset mypreset --log-size=50 -n logs' will enable a user to run 'sosreport --preset mypreset' that sets the maximum log size to 50 and disables the logs plugin. -Note: to set a description for the preset that is displayed with \fB--list-presets\fR +Note: to set a description for the preset that is displayed with \fB--list-presets\fR, use the \fB--desc\fR option. + +Note: to set a behaviour note of the preset, use --note option. .TP .B \--del-preset DEL_PRESET Deletes the preset with name DEL_PRESET from the filesystem so that it can no |