diff options
author | Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> | 2014-09-15 18:18:57 +0530 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-16 10:34:18 +0100 |
commit | f627328a6594de60402589c21fb7aefabef9ab3a (patch) | |
tree | 099352356cb1fe1f28760da0e14d95c1a159c54e /man | |
parent | f53b9c15d5b63d1e07fbb232984945619bbbe991 (diff) | |
download | sos-f627328a6594de60402589c21fb7aefabef9ab3a.tar.gz |
sosreport: Accept commas, period and alphas in the case id
sosreport does not accept commas, period and alphas in the case
id, the patch fixes the same.
Change the ticket number field to case id as it now accepts
alpha numerals as well but maintain the '--ticket-number' option
for compatibility.
Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/en/sosreport.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 8471dfb7..3714da06 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -9,7 +9,7 @@ sosreport \- Collect and package diagnostic and support data [-o|--only-plugins plugin-names]\fR [-a|--alloptions] [-v|--verbose]\fR [--report] [--config-file conf] [--batch]\fR - [--build] [--name name] [--ticket-number number] + [--build] [--name name] [--case-id id] [--debug] [--tmp-dir directory]\fR [-z|--compression-type method]\fR [--help]\fR @@ -78,8 +78,8 @@ Generate archive without prompting for interactive input. .B \--name NAME Specify a name to be used for the archive. .TP -.B \--ticket-number NUMBER -Specify a ticket number to be used for archive +.B \--case-id NUMBER +Specify a case id to be used for archive .TP .B \--build Do not archive copied data. Causes sosreport to leave an uncompressed |