From c6928c0fd5f3ca01ba3fc9a0421442a2849b26ba Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Fri, 16 Dec 2011 15:07:28 -0600 Subject: HWPF: Create HTML file listing supported HWPF attributes Change-Id: I27f8d3e536abddffdd568caab4bbc8b7696f50d5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/583 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III Reviewed-by: Andrew J. Geissler Reviewed-by: MIKE J. JONES --- src/usr/hwpf/fapi/fapiParseErrorInfo.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr/hwpf/fapi/fapiParseErrorInfo.pl') diff --git a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl index e51e0a24e..dcf3d2858 100755 --- a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl +++ b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl @@ -43,6 +43,7 @@ # mjjones 08/24/11 Parse GARD info # mjjones 09/22/11 New Error Info Design # camvanng 10/20/11 Fix bug +# mjjones 12/16/11 Improved usage statement # # End Change Log ****************************************************** @@ -92,7 +93,10 @@ if ($numArgs < 2) { print ("Usage: fapiParseErrorInfo.pl ...\n"); print (" This perl script will parse HWP Error XML files and create\n"); - print (" required FAPI code\n"); + print (" the following files:\n"); + print (" - fapiHwpReturnCodes.H. HwpReturnCode enumeration (HWP generated errors)\n"); + print (" - fapiHwpErrorInfo.H. Error information (used by FAPI_SET_HWP_ERROR\n"); + print (" when a HWP generates an error)\n"); exit(1); } -- cgit v1.2.3