From edf32c0a403522d261663e2ab47b39df2a56582f Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 14 Sep 2010 16:35:03 +0200 Subject: [PATCH] dwarflint: And add the description --- dwarflint/check_nodebug.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dwarflint/check_nodebug.cc b/dwarflint/check_nodebug.cc index cdbc84287..e26d3dfbf 100644 --- a/dwarflint/check_nodebug.cc +++ b/dwarflint/check_nodebug.cc @@ -36,7 +36,10 @@ public: { static checkdescriptor cd (checkdescriptor::create ("check_nodebug") - .groups ("@low")); + .groups ("@low") + .description ( +"Checks that there are at least essential debuginfo sections present\n" +"in the ELF file.")); return &cd; } -- 2.47.2