]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: And add the description
authorPetr Machata <pmachata@redhat.com>
Tue, 14 Sep 2010 14:35:03 +0000 (16:35 +0200)
committerPetr Machata <pmachata@redhat.com>
Tue, 14 Sep 2010 14:35:03 +0000 (16:35 +0200)
dwarflint/check_nodebug.cc

index cdbc84287a9904eab63841b73b4a9f4264de614a..e26d3dfbf5dea7dac9b4a5881b23d67440f390d7 100644 (file)
@@ -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;
   }