]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Sort options in POD.
authorSimon Ruderich <simon@ruderich.org>
Sat, 24 Mar 2012 00:45:00 +0000 (01:45 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 24 Mar 2012 00:45:00 +0000 (01:45 +0100)
Thanks to Jari Aalto for the suggestion.

bin/blhc
t/tests.t

index 123613817a50af16c7b27c35b8c1fb7264d27f4a..5c01ada03ff269953838fef909e31f7b7cbffd96 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -618,14 +618,14 @@ blhc - build log hardening check, checks build logs for missing hardening flags
 
 B<blhc> [options] <dpkg-buildpackage build log file>
 
-    --help                  available options
-    --version               version number and license
-    --pie                   force +pie check
-    --bindnow               force +bindbow check
     --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
 
@@ -636,22 +636,6 @@ other important warnings. It's licensed under the GPL 3 or later.
 
 =over 8
 
-=item B<-h -? --help>
-
-Print available options.
-
-=item B<--version>
-
-Print version number and license.
-
-=item B<--pie>
-
-Force check for all +pie hardening flags. By default it's auto detected.
-
-=item B<--bindnow>
-
-Force check for all +bindnow hardening flags. By default it's auto detected.
-
 =item B<--all>
 
 Force check for all +all (+pie, +bindnow) hardening flags. By default it's
@@ -663,6 +647,10 @@ Set the specific architecture (e.g. amd64, armel, etc.), automatically
 disables hardening flags not available on this architecture. Is detected
 automatically if dpkg-buildpackage is used.
 
+=item B<--bindnow>
+
+Force check for all +bindnow hardening flags. By default it's auto detected.
+
 =item B<--buildd>
 
 Special mode for buildds when automatically parsing log files. The following
@@ -681,6 +669,18 @@ detected).
 
 Use colored (ANSI) output for warning messages.
 
+=item B<--pie>
+
+Force check for all +pie hardening flags. By default it's auto detected.
+
+=item B<-h -? --help>
+
+Print available options.
+
+=item B<--version>
+
+Print version number and license.
+
 =back
 
 Auto detection for B<--pie> and B<--bindnow> only works if at least one
index 1e289311d26d14de394664590204c2ede8866f4a..46a789cbeae05714bbbe62d156394cad135f709e 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -42,14 +42,14 @@ is_blhc 'empty', '--invalid', 2,
 Usage:
     blhc [options] <dpkg-buildpackage build log file>
 
-        --help                  available options
-        --version               version number and license
-        --pie                   force +pie check
-        --bindnow               force +bindbow check
         --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
 
 ';