summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/Errl.pm
diff options
context:
space:
mode:
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