]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Don't list available options in SYNOPSIS.
authorJari Aalto <jari.aalto@cante.net>
Mon, 26 Mar 2012 19:47:42 +0000 (21:47 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 19:47:42 +0000 (21:47 +0200)
bin/blhc
t/tests.t

index 62ddb86a6076f986eb6fdeffec5b84e71b6f8731..f99460249a9d47e728cbd28368989c364a65ed1e 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -852,15 +852,6 @@ blhc - build log hardening check, checks build logs for missing hardening flags
 
 B<blhc> [options] <dpkg-buildpackage build log file>..
 
-    --all                   force +all (+pie, +bindnow) check
-    --arch                  set architecture (autodetected)
-    --bindnow               force +bindbow check
-    --buildd                parser mode for buildds
-    --color                 use colored output
-    --pie                   force +pie check
-    --help                  available options
-    --version               version number and license
-
 =head1 DESCRIPTION
 
 blhc is a small tool which checks build logs for missing hardening flags and
index f1102a9848c688fdb82643eceb5d807670d13996..8d72b91ad3a07a072d27c78f8e6c201f4a1c586c 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -48,15 +48,6 @@ is_blhc 'empty', '--invalid', 2,
 Usage:
     blhc [options] <dpkg-buildpackage build log file>..
 
-        --all                   force +all (+pie, +bindnow) check
-        --arch                  set architecture (autodetected)
-        --bindnow               force +bindbow check
-        --buildd                parser mode for buildds
-        --color                 use colored output
-        --pie                   force +pie check
-        --help                  available options
-        --version               version number and license
-
 ';