From: Jari Aalto <jari.aalto@cante.net>
Date: Sat, 24 Mar 2012 00:33:01 +0000 (+0100)
Subject: Mention log file in synopsis. Use "[options]" for possible options.
X-Git-Tag: 0.01~70
X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=28d1ed15ddda3a3cb2f3be7cfccad06b5229ad6c;p=blhc%2Fblhc.git

Mention log file in synopsis. Use "[options]" for possible options.
---

diff --git a/bin/blhc b/bin/blhc
index f7988b5..cbd5697 100755
--- a/bin/blhc
+++ b/bin/blhc
@@ -616,9 +616,7 @@ blhc - build log hardening check, checks build logs for missing hardening flags
 
 =head1 SYNOPSIS
 
-B<blhc> [-h -? --help]
-
-B<blhc> [--pie] [--bindnow] [--all]
+B<blhc> [options] <dpkg-buildpackage build log file>
 
     --help                  available options
     --version               version number and license
diff --git a/t/tests.t b/t/tests.t
index 9d0014f..1e28931 100644
--- a/t/tests.t
+++ b/t/tests.t
@@ -40,9 +40,7 @@ sub is_blhc {
 is_blhc 'empty', '--invalid', 2,
         'Unknown option: invalid
 Usage:
-    blhc [-h -? --help]
-
-    blhc [--pie] [--bindnow] [--all]
+    blhc [options] <dpkg-buildpackage build log file>
 
         --help                  available options
         --version               version number and license