]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Clarify that no output means no flags are missing.
authorSimon Ruderich <simon@ruderich.org>
Thu, 17 May 2012 11:10:37 +0000 (13:10 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 17 May 2012 11:10:37 +0000 (13:10 +0200)
README
bin/blhc

diff --git a/README b/README
index 9ef1fe8921fbee9439cd5419b06041cbcdf95176..6c848948c05462338de2d22a508f51cc4bbefb13 100644 (file)
--- a/README
+++ b/README
@@ -41,6 +41,8 @@ blhc can be run directly from the source tree (`bin/blhc`) or copied anywhere
 on the system. It doesn't have to be explicitly installed. To read the man
 page use `perldoc bin/blhc`.
 
+If there's no output, no flags are missing and the build log is fine.
+
 For more examples see the man page.
 
 
index 0d66b78b88dbbe89ae4ddbea31491d1c239b747c..21681109a1bbf4d4f15823affa949aa32342f295 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -1074,6 +1074,8 @@ It's designed to check build logs generated by Debian's dpkg-buildpackage (or
 tools using dpkg-buildpackage like pbuilder or the official buildd build logs)
 to help maintainers detect missing hardening flags in their packages.
 
+If there's no output, no flags are missing and the build log is fine.
+
 =head1 OPTIONS
 
 =over 8
@@ -1175,6 +1177,8 @@ Normal usage, parse a single log file.
 
     blhc path/to/log/file
 
+If there's no output, no flags are missing and the build log is fine.
+
 Parse multiple log files. The exit code is ORed over all files.
 
     blhc path/to/directory/with/log/files/*