diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2021-01-16 13:52:41 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-01-19 11:45:20 -0500 |
commit | e4f0a25c546d239919a5d2eed132709ea7a2e489 (patch) | |
tree | 045fc60f563368b043642d84ccb667c74a91ff68 /man/en | |
parent | 0c93334379b23149fef7780f807b9b996c8fc73f (diff) | |
download | sos-e4f0a25c546d239919a5d2eed132709ea7a2e489.tar.gz |
[report] clean up references to ticket-number
Cleaning up references of --ticket-number, as it was fully replaced
by --case-id.
The credit goes to @mamatha4 .
Resolves: #2375
Relates to: #2374
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'man/en')
-rw-r--r-- | man/en/sos-report.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/man/en/sos-report.1 b/man/en/sos-report.1 index 19fb6aae..179e553a 100644 --- a/man/en/sos-report.1 +++ b/man/en/sos-report.1 @@ -14,7 +14,7 @@ sosreport \- Collect and package diagnostic and support data [--preset preset] [--add-preset add_preset]\fR [--del-preset del_preset] [--desc description]\fR [--batch] [--build] [--debug] [--dry-run]\fR - [--label label] [--case-id id] [--ticket-number nr]\fR + [--label label] [--case-id id]\fR [--threads threads]\fR [--plugin-timeout TIMEOUT]\fR [-s|--sysroot SYSROOT]\fR @@ -256,12 +256,6 @@ the logs plugin and 60 seconds for all other enabled plugins. .B \--case-id NUMBER Specify a case identifier to associate with the archive. Identifiers may include alphanumeric characters, commas and periods ('.'). -Synonymous with \--ticket-number. -.TP -.B \--ticket-number NUMBER -Specify a ticket number or other identifier to associate with the archive. -Identifiers may include alphanumeric characters, commas and periods ('.'). -Synonymous with \--case-id. .TP .B \--build Do not archive copied data. Causes sosreport to leave an uncompressed |