From: Petr Machata Date: Tue, 14 Sep 2010 14:35:03 +0000 (+0200) Subject: dwarflint: And add the description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edf32c0a403522d261663e2ab47b39df2a56582f;p=thirdparty%2Felfutils.git dwarflint: And add the description --- 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; }