From f627328a6594de60402589c21fb7aefabef9ab3a Mon Sep 17 00:00:00 2001 From: Aruna Balakrishnaiah Date: Mon, 15 Sep 2014 18:18:57 +0530 Subject: 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 Signed-off-by: Bryn M. Reeves --- man/en/sosreport.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/en/sosreport.1') 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 -- cgit