summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/Errl.pm
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-01-06 15:28:35 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-01-25 08:53:50 -0600
commitcad6f41c5ceb5affe968a32618e4cf5d53cb7554 (patch)
tree93ba18d835402cb175e41f412eb67cc0d8d52d7c /src/build/debug/Hostboot/Errl.pm
parent52b60aea13ffc9a8d67a6714e1416402fd203139 (diff)
downloadtalos-hostboot-cad6f41c5ceb5affe968a32618e4cf5d53cb7554.tar.gz
talos-hostboot-cad6f41c5ceb5affe968a32618e4cf5d53cb7554.zip
VPO implementation of debug framework.
Change-Id: Ic4efd38fb189efa7c42a7b3089c82c7f6d408c14 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/596 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot/Errl.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/Errl.pm24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/build/debug/Hostboot/Errl.pm b/src/build/debug/Hostboot/Errl.pm
index 9e8a7efd1..654b10e46 100755
--- a/src/build/debug/Hostboot/Errl.pm
+++ b/src/build/debug/Hostboot/Errl.pm
@@ -142,19 +142,17 @@ sub main
return 0;
}
-sub help
+sub helpInfo
{
-
- ::userDisplay "Tool: Errl\n";
- ::userDisplay "\tList or display the error log entries.\n";
- ::userDisplay "\n";
- ::userDisplay " Options:\n";
- ::userDisplay "\tdisplay=<id> - Display a specific error log by id.\n";
- ::userDisplay "\tdisplay=all - Display all error logs in the repository.\n";
- ::userDisplay "\n";
- ::userDisplay " The default behavior is to list all the committed error\n";
- ::userDisplay " logs unless requested to display a specific error log\n";
- ::userDisplay " or all error logs.\n";
-
+ my %info = (
+ name => "Errl",
+ intro => ["List or display the error log entries."],
+ options => {
+ "display=<id>|all" => ["<id> - Display a specific error log by id.",
+ "all - Display all error logs in the repository."],
+ },
+ notes => ["The default behavior is to list all the committed error logs unless",
+ "requested to display a specific error log or all error logs."]
+ );
}
OpenPOWER on IntegriCloud