From: Jari Aalto Date: Mon, 26 Mar 2012 19:47:42 +0000 (+0200) Subject: Don't list available options in SYNOPSIS. X-Git-Tag: 0.01~48 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=33cf53c9dffe333db74d89b90e8b1d1bb88d91b9 Don't list available options in SYNOPSIS. --- diff --git a/bin/blhc b/bin/blhc index 62ddb86..f994602 100755 --- a/bin/blhc +++ b/bin/blhc @@ -852,15 +852,6 @@ blhc - build log hardening check, checks build logs for missing hardening flags B [options] .. - --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 diff --git a/t/tests.t b/t/tests.t index f1102a9..8d72b91 100644 --- a/t/tests.t +++ b/t/tests.t @@ -48,15 +48,6 @@ is_blhc 'empty', '--invalid', 2, Usage: blhc [options] .. - --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 - ';